Searched defs:last_mouse_location (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/aura/
H A Denv.h55 const gfx::Point& last_mouse_location() const { return last_mouse_location_; } function in class:aura::Env
56 void set_last_mouse_location(const gfx::Point& last_mouse_location) { argument
57 last_mouse_location_ = last_mouse_location;
H A Dwindow_event_dispatcher.cc204 gfx::Point location = Env::GetInstance()->last_mouse_location();
249 gfx::Point last_mouse_location = GetLastMouseLocationInRoot(); local
251 window->ContainsPointInRoot(last_mouse_location)) {
252 DispatchDetails details = DispatchMouseExitAtPoint(last_mouse_location);
641 gfx::Point last_mouse_location = GetLastMouseLocationInRoot(); local
642 if (old_bounds_in_root.Contains(last_mouse_location) !=
643 new_bounds_in_root.Contains(last_mouse_location)) {

Completed in 87 milliseconds