Searched defs:PrimaryAxisCoordinate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc559 int start = PrimaryAxisCoordinate(bounds->right(), bounds->bottom());
560 int end = PrimaryAxisCoordinate(work_area.right(), work_area.bottom());
583 int last = PrimaryAxisCoordinate(bounds->right(), bounds->bottom());
882 return PrimaryAxisCoordinate(size.width(), size.height());
885 int WorkspaceWindowResizer::PrimaryAxisCoordinate(int x, int y) const { function in class:ash::WorkspaceWindowResizer

Completed in 79 milliseconds