Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_event_blocker.cc58 gfx::Point last_mouse_location_; member in ash::__anone2d068620111::BlockKeyboardAndTouchpadTargeter
69 last_mouse_location_(root_window->GetHost()->dispatcher()-> in BlockKeyboardAndTouchpadTargeter()
92 last_mouse_location_); in FindTargetForEvent()
96 last_mouse_location_ = in FindTargetForEvent()
98 root_window_->GetHost()->ConvertPointToHost(&last_mouse_location_); in FindTargetForEvent()
/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/
Ddrag_window_resizer.h56 gfx::Point last_mouse_location_; variable
Ddrag_window_resizer.cc78 last_mouse_location_ = location; in Drag()
98 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in CompleteDrag()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.h205 gfx::Point last_mouse_location_; variable
Dworkspace_window_resizer.cc349 last_mouse_location_ = location_in_parent; in Drag()
773 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc1039 last_mouse_location_ = mouse_location; in OnTitlebarMousePressed()
1048 ExceededDragThreshold(mouse_location - last_mouse_location_)) { in OnTitlebarMouseDragged()
1056 panel_->manager()->StartDragging(panel_.get(), last_mouse_location_); in OnTitlebarMouseDragged()
1064 last_mouse_location_ = mouse_location; in OnTitlebarMouseDragged()
Dpanel_view.h228 gfx::Point last_mouse_location_; variable