Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: ash/screen_ash.h

Issue 10795013: Rename bounds accessors to be intuitive and consistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/screen_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_ash.h
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 94fb54b7c3895f90fb361915525e4cfad1025713..d150d4b395dbe654fa4dfe4855eea4d43c171c49 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -22,17 +22,17 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
// Returns the bounds for maximized windows in parent coordinates.
// Maximized windows trigger auto-hiding the shelf.
- static gfx::Rect GetMaximizedWindowParentBounds(aura::Window* window);
+ static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
// Returns work area when a maximized window is not present in
// parent coordinates.
- static gfx::Rect GetUnmaximizedWorkAreaParentBounds(aura::Window* window);
+ static gfx::Rect GetUnmaximizedWorkAreaBoundsInParent(aura::Window* window);
// Returns the display bounds in parent coordinates.
- static gfx::Rect GetDisplayParentBounds(aura::Window* window);
+ static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
// Returns the display's work area bounds in parent coordinates.
- static gfx::Rect GetDisplayWorkAreaParentBounds(aura::Window* window);
+ static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
// Converts |rect| from |window|'s coordinates to the virtual screen
// coordinates.
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/screen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698