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 50 const gfx::Point& last_mouse_location() const { return last_mouse_location_; } function in class:aura::Env
51 void set_last_mouse_location(const gfx::Point& last_mouse_location) {
52 last_mouse_location_ = last_mouse_location;
root_window.cc 379 gfx::Point last_mouse_location = GetLastMouseLocationInRoot(); local
381 window->ContainsPointInRoot(last_mouse_location)) {
383 last_mouse_location,
384 last_mouse_location,
512 gfx::Point location = Env::GetInstance()->last_mouse_location();
618 GetBoundsInScreen().Contains(Env::GetInstance()->last_mouse_location());
    [all...]

Completed in 117 milliseconds