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

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.h143 int PrimaryAxisCoordinate(int x, int y) const;
H A Dworkspace_window_resizer.cc571 int start = PrimaryAxisCoordinate(bounds->right(), bounds->bottom());
572 int end = PrimaryAxisCoordinate(work_area.right(), work_area.bottom());
595 int last = PrimaryAxisCoordinate(bounds->right(), bounds->bottom());
894 return PrimaryAxisCoordinate(size.width(), size.height());
897 int WorkspaceWindowResizer::PrimaryAxisCoordinate(int x, int y) const { function in class:ash::WorkspaceWindowResizer

Completed in 115 milliseconds