Searched refs:AshTouchExplorationManager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc20 AshTouchExplorationManager::AshTouchExplorationManager( function in class:ash::AshTouchExplorationManager
28 AshTouchExplorationManager::~AshTouchExplorationManager() {
35 void AshTouchExplorationManager::OnAccessibilityModeChanged(
40 void AshTouchExplorationManager::SetOutputLevel(int volume) {
52 void AshTouchExplorationManager::SilenceSpokenFeedback() {
60 void AshTouchExplorationManager::PlayVolumeAdjustEarcon() {
68 void AshTouchExplorationManager::PlayPassthroughEarcon() {
73 void AshTouchExplorationManager
[all...]
H A Dash_touch_exploration_manager_chromeos.h23 class ASH_EXPORT AshTouchExplorationManager class in namespace:ash
27 explicit AshTouchExplorationManager(
29 virtual ~AshTouchExplorationManager();
51 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager);
H A Dash_touch_exploration_manager_chromeos_unittest.cc18 AshTouchExplorationManager touch_exploration_manager(controller);
H A Droot_window_controller.h71 class AshTouchExplorationManager;
300 scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_;
H A Droot_window_controller.cc746 touch_exploration_manager_.reset(new AshTouchExplorationManager(this));

Completed in 2123 milliseconds