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

  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 607 if (sound_timer_.IsRunning())
608 sound_timer_.Stop();
620 if (sound_timer_.IsRunning()) {
621 sound_timer_.Stop();
628 if (!sound_timer_.IsRunning()) {
629 sound_timer_.Start(FROM_HERE,
763 if (sound_timer_.IsRunning())
764 sound_timer_.Stop();
814 if (sound_timer_.IsRunning())
815 sound_timer_.Stop()
    [all...]
touch_exploration_controller.h 444 base::RepeatingTimer<TouchExplorationController> sound_timer_; member in class:ui::TouchExplorationController

Completed in 1594 milliseconds