Home
last modified time | relevance | path

Searched refs:PrimaryAxisCoordinate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc578 int start = PrimaryAxisCoordinate(bounds->right(), bounds->bottom()); in LayoutAttachedWindows()
579 int end = PrimaryAxisCoordinate(work_area.right(), work_area.bottom()); in LayoutAttachedWindows()
602 int last = PrimaryAxisCoordinate(bounds->right(), bounds->bottom()); in LayoutAttachedWindows()
898 return PrimaryAxisCoordinate(size.width(), size.height()); in PrimaryAxisSize()
901 int WorkspaceWindowResizer::PrimaryAxisCoordinate(int x, int y) const { in PrimaryAxisCoordinate() function in ash::internal::WorkspaceWindowResizer
Dworkspace_window_resizer.h148 int PrimaryAxisCoordinate(int x, int y) const;