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_; }
99 gfx::Point curr_mouse_loc_; member in class:views::corewm::TooltipController
tooltip_controller.cc 189 curr_mouse_loc_ = event->location();
196 target = GetTooltipTarget(*event, &curr_mouse_loc_);
311 gfx::Point widget_loc = curr_mouse_loc_ +

Completed in 71 milliseconds