HomeSort by relevance Sort by last modified time
    Searched refs:last_mouse_location_in_screen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
drag_window_resizer.cc 99 gfx::Point last_mouse_location_in_screen = last_mouse_location_; local
101 &last_mouse_location_in_screen);
104 screen->GetDisplayNearestPoint(last_mouse_location_in_screen);
124 if (!dst_bounds.Contains(last_mouse_location_in_screen)) {
125 if (last_mouse_location_in_screen.x() < dst_bounds.x())
126 dst_bounds.set_x(last_mouse_location_in_screen.x());
127 else if (last_mouse_location_in_screen.x() > dst_bounds.right())
129 last_mouse_location_in_screen.x() - dst_bounds.width());
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 785 gfx::Point last_mouse_location_in_screen = last_mouse_location_; local
787 &last_mouse_location_in_screen);
789 last_mouse_location_in_screen);
810 if (display.work_area().Contains(last_mouse_location_in_screen))
    [all...]

Completed in 992 milliseconds