Home
last modified time | relevance | path

Searched defs:IsSpokenFeedbackEnabled (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/
Ddefault_accessibility_delegate.cc24 bool DefaultAccessibilityDelegate::IsSpokenFeedbackEnabled() const { in IsSpokenFeedbackEnabled() function in ash::internal::DefaultAccessibilityDelegate
/external/chromium_org/chrome/browser/ui/ash/
Dchrome_shell_delegate_chromeos.cc65 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE { in IsSpokenFeedbackEnabled() function in __anon5ca0dacf0111::AccessibilityDelegateImpl
Dchrome_shell_delegate_views.cc76 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE { in IsSpokenFeedbackEnabled() function in __anon5511efdd0111::EmptyAccessibilityDelegate
/external/chromium_org/chrome/browser/chromeos/accessibility/
Daccessibility_manager_browsertest.cc158 bool IsSpokenFeedbackEnabled() { in IsSpokenFeedbackEnabled() function
Daccessibility_manager.cc548 bool AccessibilityManager::IsSpokenFeedbackEnabled() { in IsSpokenFeedbackEnabled() function in chromeos::AccessibilityManager
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc497 void TestingAutomationProvider::IsSpokenFeedbackEnabled( in IsSpokenFeedbackEnabled() function in TestingAutomationProvider
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py4510 def IsSpokenFeedbackEnabled(self): member in PyUITest