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

  /external/chromium_org/ui/aura/
env.h 55 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) {
57 last_mouse_location_ = last_mouse_location;
window_event_dispatcher.cc 198 gfx::Point location = Env::GetInstance()->last_mouse_location();
243 gfx::Point last_mouse_location = GetLastMouseLocationInRoot(); local
245 window->ContainsPointInRoot(last_mouse_location))
246 DispatchMouseExitAtPoint(last_mouse_location);
596 gfx::Point last_mouse_location = GetLastMouseLocationInRoot(); local
597 if (old_bounds_in_root.Contains(last_mouse_location) !=
598 new_bounds_in_root.Contains(last_mouse_location)) {

Completed in 186 milliseconds