Searched defs:EnableSpokenFeedback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dvolume_controller_browsertest_chromeos.cc171 void EnableSpokenFeedback(bool enabled) { function in class:__anon5007::VolumeControllerSoundsTest
174 manager->EnableSpokenFeedback(enabled, ash::A11Y_NOTIFICATION_NONE);
194 EnableSpokenFeedback(false /* enabled */);
199 EnableSpokenFeedback(true /* enabled */);
207 EnableSpokenFeedback(true /* enabled */);
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.cc512 void AccessibilityManager::EnableSpokenFeedback( function in class:chromeos::AccessibilityManager
650 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
705 EnableSpokenFeedback(false, ash::A11Y_NOTIFICATION_NONE);
706 EnableSpokenFeedback(true, ash::A11Y_NOTIFICATION_NONE);
1093 EnableSpokenFeedback(true, ash::A11Y_NOTIFICATION_SHOW);

Completed in 343 milliseconds