Searched refs:passthrough_timer_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc84 if (passthrough_timer_.IsRunning() &&
87 passthrough_timer_.Stop();
216 passthrough_timer_.Start(
240 if (passthrough_timer_.IsRunning()) {
241 passthrough_timer_.Stop();
257 if (passthrough_timer_.IsRunning())
258 passthrough_timer_.Stop();
720 if (passthrough_timer_.IsRunning())
H A Dtouch_exploration_controller.h441 base::OneShotTimer<TouchExplorationController> passthrough_timer_; member in class:ui::TouchExplorationController
H A Dtouch_exploration_controller_unittest.cc135 DCHECK(touch_exploration_controller_->passthrough_timer_.IsRunning());
136 touch_exploration_controller_->passthrough_timer_.Stop();

Completed in 121 milliseconds