Home
last modified time | relevance | path

Searched refs:last_mouse_location_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/aura/
Denv.h55 const gfx::Point& last_mouse_location() const { return last_mouse_location_; } in last_mouse_location()
57 last_mouse_location_ = last_mouse_location; in set_last_mouse_location()
99 gfx::Point last_mouse_location_; variable
/external/chromium_org/ash/wm/maximize_mode/
Dscoped_disable_internal_mouse_and_keyboard_x11.cc72 last_mouse_location_(GetMouseLocationInScreen()) { in ScopedDisableInternalMouseAndKeyboardX11()
145 SetMouseLocationInScreen(last_mouse_location_); in DidProcessEvent()
148 last_mouse_location_ = GetMouseLocationInScreen(); in DidProcessEvent()
Dscoped_disable_internal_mouse_and_keyboard_x11.h37 gfx::Point last_mouse_location_; variable
/external/chromium_org/ash/wm/
Ddrag_window_resizer.cc79 last_mouse_location_ = location; in Drag()
99 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in CompleteDrag()
Ddrag_window_resizer.h56 gfx::Point last_mouse_location_; variable
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.h208 gfx::Point last_mouse_location_; variable
Dworkspace_window_resizer.cc353 last_mouse_location_ = location_in_parent; in Drag()
785 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc1041 last_mouse_location_ = mouse_location; in OnTitlebarMousePressed()
1050 ExceededDragThreshold(mouse_location - last_mouse_location_)) { in OnTitlebarMouseDragged()
1058 panel_->manager()->StartDragging(panel_.get(), last_mouse_location_); in OnTitlebarMouseDragged()
1066 last_mouse_location_ = mouse_location; in OnTitlebarMouseDragged()
Dpanel_view.h223 gfx::Point last_mouse_location_; variable