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

  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 55 const gfx::Point& mouse_location() const { return curr_mouse_loc_; }
93 gfx::Point curr_mouse_loc_; member in class:views::corewm::TooltipController
tooltip_controller.cc 176 curr_mouse_loc_ = event->location();
177 aura::Window* target = GetTooltipTarget(*event, &curr_mouse_loc_);
290 gfx::Point widget_loc = curr_mouse_loc_ +

Completed in 156 milliseconds