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

  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 75 if (tap_timer_.IsRunning() &&
78 tap_timer_.Stop();
318 tap_timer_.Stop();
328 tap_timer_.Stop();
359 tap_timer_.Stop();
417 tap_timer_.Stop();
600 tap_timer_.Stop();
692 tap_timer_.Start(FROM_HERE,
795 tap_timer_.Stop();
    [all...]
touch_exploration_controller.h 438 base::OneShotTimer<TouchExplorationController> tap_timer_; member in class:ui::TouchExplorationController
touch_exploration_controller_unittest.cc 129 DCHECK(touch_exploration_controller_->tap_timer_.IsRunning());
130 touch_exploration_controller_->tap_timer_.Stop();
141 if (touch_exploration_controller_->tap_timer_.IsRunning()) {
142 touch_exploration_controller_->tap_timer_.Stop();
    [all...]

Completed in 4267 milliseconds