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

/external/chromium_org/ash/wm/maximize_mode/
H A Dscoped_disable_internal_mouse_and_keyboard_x11.h37 gfx::Point last_mouse_location_; member in class:ash::ScopedDisableInternalMouseAndKeyboardX11
H A Dscoped_disable_internal_mouse_and_keyboard_x11.cc72 last_mouse_location_(GetMouseLocationInScreen()) {
145 SetMouseLocationInScreen(last_mouse_location_);
148 last_mouse_location_ = GetMouseLocationInScreen();
/external/chromium_org/ui/aura/
H A Denv.h55 const gfx::Point& last_mouse_location() const { return last_mouse_location_; }
57 last_mouse_location_ = last_mouse_location;
99 gfx::Point last_mouse_location_; member in class:aura::Env
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer.h56 gfx::Point last_mouse_location_; member in class:ash::DragWindowResizer
H A Ddrag_window_resizer.cc79 last_mouse_location_ = location;
99 gfx::Point last_mouse_location_in_screen = last_mouse_location_;
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.h208 gfx::Point last_mouse_location_; member in class:ash::WorkspaceWindowResizer
H A Dworkspace_window_resizer.cc353 last_mouse_location_ = location_in_parent;
785 gfx::Point last_mouse_location_in_screen = last_mouse_location_;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc1041 last_mouse_location_ = mouse_location;
1050 ExceededDragThreshold(mouse_location - last_mouse_location_)) {
1058 panel_->manager()->StartDragging(panel_.get(), last_mouse_location_);
1064 // Once in drag, update |last_mouse_location_| on each drag fragment, since
1066 last_mouse_location_ = mouse_location;
H A Dpanel_view.h223 gfx::Point last_mouse_location_; member in class:PanelView

Completed in 820 milliseconds