Searched refs:touch_exploration_controller_ (Results 1 – 2 of 2) sorted by relevance
111 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
290 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