Home
last modified time | relevance | path

Searched refs:touch_exploration_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller_unittest.cc111 touch_exploration_controller_->CallTapTimerNowForTesting(); in AdvanceSimulatedTimePastTapDelay()
115 if (!on && touch_exploration_controller_.get()) { in SwitchTouchExplorationMode()
116 touch_exploration_controller_.reset(); in SwitchTouchExplorationMode()
117 } else if (on && !touch_exploration_controller_.get()) { in SwitchTouchExplorationMode()
118 touch_exploration_controller_.reset( in SwitchTouchExplorationMode()
120 touch_exploration_controller_->SetEventHandlerForTesting( in SwitchTouchExplorationMode()
143 return touch_exploration_controller_->IsInNoFingersDownStateForTesting(); in IsInNoFingersDownState()
160 scoped_ptr<ui::TouchExplorationController> touch_exploration_controller_; member in ui::TouchExplorationTest
/external/chromium_org/ash/
Droot_window_controller.cc290 if (enabled && !touch_exploration_controller_.get()) { in UpdateTouchExplorationState()
291 touch_exploration_controller_.reset( in UpdateTouchExplorationState()
295 touch_exploration_controller_.reset(); in UpdateTouchExplorationState()
305 scoped_ptr<ui::TouchExplorationController> touch_exploration_controller_; member in ash::__anon317108cc0111::CrosAccessibilityObserver