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

  /external/chromium_org/ash/
ash_touch_exploration_manager_chromeos.cc 20 AshTouchExplorationManager::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::PlayExitScreenEarcon()
    [all...]
ash_touch_exploration_manager_chromeos.h 23 class ASH_EXPORT AshTouchExplorationManager
27 explicit AshTouchExplorationManager(
29 virtual ~AshTouchExplorationManager();
51 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager);
ash_touch_exploration_manager_chromeos_unittest.cc 18 AshTouchExplorationManager touch_exploration_manager(controller);
root_window_controller.h 71 class AshTouchExplorationManager;
300 scoped_ptr<AshTouchExplorationManager> touch_exploration_manager_;
root_window_controller.cc 746 touch_exploration_manager_.reset(new AshTouchExplorationManager(this));
    [all...]

Completed in 287 milliseconds