Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/
Ddrag_window_resizer.cc119 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in CompleteDrag() local
121 &last_mouse_location_in_screen); in CompleteDrag()
124 screen->GetDisplayNearestPoint(last_mouse_location_in_screen); in CompleteDrag()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc791 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow() local
792 wm::ConvertPointToScreen(window()->parent(), &last_mouse_location_in_screen); in AdjustBoundsForMainWindow()
794 last_mouse_location_in_screen); in AdjustBoundsForMainWindow()
814 if (!(display.work_area().Contains(last_mouse_location_in_screen) && in AdjustBoundsForMainWindow()