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

  /external/chromium_org/ui/views/corewm/
tooltip_controller_test_helper.cc 39 controller_->tooltip_shown_timer_.Stop();
44 return controller_->tooltip_shown_timer_.IsRunning();
tooltip_controller.h 96 base::OneShotTimer<TooltipController> tooltip_shown_timer_; member in class:views::corewm::TooltipController
tooltip_controller.cc 177 if (tooltip_shown_timer_.IsRunning()) {
178 tooltip_shown_timer_.Stop();
299 tooltip_shown_timer_.Stop();
317 tooltip_shown_timer_.Start(FROM_HERE,

Completed in 133 milliseconds