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

  /external/chromium_org/ash/wm/maximize_mode/
scoped_disable_internal_mouse_and_keyboard_x11.h 37 gfx::Point last_mouse_location_; member in class:ash::ScopedDisableInternalMouseAndKeyboardX11
scoped_disable_internal_mouse_and_keyboard_x11.cc 72 last_mouse_location_(GetMouseLocationInScreen()) {
145 SetMouseLocationInScreen(last_mouse_location_);
148 last_mouse_location_ = GetMouseLocationInScreen();
  /external/chromium_org/ui/aura/
env.h 55 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/
drag_window_resizer.h 56 gfx::Point last_mouse_location_; member in class:ash::DragWindowResizer
drag_window_resizer.cc 79 last_mouse_location_ = location;
99 gfx::Point last_mouse_location_in_screen = last_mouse_location_;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 208 gfx::Point last_mouse_location_; member in class:ash::WorkspaceWindowResizer
workspace_window_resizer.cc 353 last_mouse_location_ = location_in_parent;
785 gfx::Point last_mouse_location_in_screen = last_mouse_location_;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc     [all...]
panel_view.h 223 gfx::Point last_mouse_location_; member in class:PanelView

Completed in 360 milliseconds