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

  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 119 tooltip_window_at_mouse_press_(NULL),
137 // Reset |tooltip_window_at_mouse_press_| if the moving within the same window
139 // |tooltip_window_at_mouse_press_| we ensure the next time the timer fires
143 if (tooltip_window_at_mouse_press_ &&
144 target == tooltip_window_at_mouse_press_ &&
146 tooltip_window_at_mouse_press_ = NULL;
210 tooltip_window_at_mouse_press_ = target;
277 if (tooltip_window_at_mouse_press_) {
278 if (tooltip_window_ == tooltip_window_at_mouse_press_ &&
283 tooltip_window_at_mouse_press_ = NULL
    [all...]
tooltip_controller.h 87 aura::Window* tooltip_window_at_mouse_press_; member in class:views::corewm::TooltipController

Completed in 373 milliseconds