Searched refs:IsSpokenFeedbackEnabled (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager_browsertest.cc114 bool IsSpokenFeedbackEnabled() { function in namespace:chromeos::__anon4315
115 return AccessibilityManager::Get()->IsSpokenFeedbackEnabled();
178 EXPECT_FALSE(IsSpokenFeedbackEnabled());
186 EXPECT_FALSE(IsSpokenFeedbackEnabled());
193 EXPECT_FALSE(IsSpokenFeedbackEnabled());
204 EXPECT_TRUE(IsSpokenFeedbackEnabled());
219 EXPECT_FALSE(IsSpokenFeedbackEnabled());
230 EXPECT_TRUE(IsSpokenFeedbackEnabled());
241 EXPECT_FALSE(IsSpokenFeedbackEnabled());
257 EXPECT_FALSE(IsSpokenFeedbackEnabled());
[all...]
H A Daccessibility_manager.h80 bool IsSpokenFeedbackEnabled();
H A Daccessibility_manager.cc472 bool AccessibilityManager::IsSpokenFeedbackEnabled() { function in class:chromeos::AccessibilityManager
478 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
496 if (IsSpokenFeedbackEnabled())
536 if (!IsSpokenFeedbackEnabled())
605 IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/test/functional/
H A Dchromeos_accessibility.py53 self.assertTrue(self.IsSpokenFeedbackEnabled(),
58 self.assertTrue(self.IsSpokenFeedbackEnabled(),
63 self.assertFalse(self.IsSpokenFeedbackEnabled(),
95 self.assertTrue(self.IsSpokenFeedbackEnabled(),
/external/chromium_org/ash/wm/
H A Dash_activation_controller.cc83 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled())
H A Dash_activation_controller_unittest.cc41 if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled() !=
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_views.cc50 bool ChromeShellDelegate::IsSpokenFeedbackEnabled() const { function in class:ChromeShellDelegate
H A Dchrome_shell_delegate_chromeos.cc135 bool ChromeShellDelegate::IsSpokenFeedbackEnabled() const { function in class:ChromeShellDelegate
137 return chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled();
H A Dchrome_shell_delegate.h66 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h50 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
H A Dshell_delegate_impl.cc146 bool ShellDelegateImpl::IsSpokenFeedbackEnabled() const { function in class:ash::shell::ShellDelegateImpl
/external/chromium_org/ash/
H A Dshell_delegate.h165 virtual bool IsSpokenFeedbackEnabled() const = 0;
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.cc106 bool TestShellDelegate::IsSpokenFeedbackEnabled() const { function in class:ash::test::TestShellDelegate
H A Dtest_shell_delegate.h53 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtray_accessibility_browsertest.cc448 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
452 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
456 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc45 if (shell_delegate->IsSpokenFeedbackEnabled())
136 spoken_feedback_enabled_ = shell_delegate->IsSpokenFeedbackEnabled();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc285 EXPECT_TRUE(accessibility_manager->IsSpokenFeedbackEnabled());
384 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc250 AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc113 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled())
136 if (!Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled())
669 if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled())
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc465 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc1083 void TestingAutomationProvider::IsSpokenFeedbackEnabled( function in class:TestingAutomationProvider
1089 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
H A Dtesting_automation_provider.h1360 void IsSpokenFeedbackEnabled(DictionaryValue* args,
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1980 EXPECT_TRUE(accessibility_manager->IsSpokenFeedbackEnabled());
1988 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
1993 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc1050 if (AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py5034 def IsSpokenFeedbackEnabled(self): member in class:PyUITest
5043 cmd_dict = { 'command': 'IsSpokenFeedbackEnabled', }

Completed in 297 milliseconds

12