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

/external/chromium_org/ash/accelerators/
H A Dspoken_feedback_toggler_unittest.cc22 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
25 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
27 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
31 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
33 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
35 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
37 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
41 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
43 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
45 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
[all...]
H A Daccelerator_controller.cc103 IsSpokenFeedbackEnabled()) {
434 if (!delegate->IsSpokenFeedbackEnabled())
487 IsSpokenFeedbackEnabled())
/external/chromium_org/ash/audio/
H A Dsounds.cc26 if (!shell->accessibility_delegate()->IsSpokenFeedbackEnabled())
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager_browsertest.cc121 bool IsSpokenFeedbackEnabled() { function in namespace:chromeos::__anon2936
122 return AccessibilityManager::Get()->IsSpokenFeedbackEnabled();
268 EXPECT_FALSE(IsSpokenFeedbackEnabled());
279 EXPECT_FALSE(IsSpokenFeedbackEnabled());
289 EXPECT_FALSE(IsSpokenFeedbackEnabled());
303 EXPECT_TRUE(IsSpokenFeedbackEnabled());
326 EXPECT_FALSE(IsSpokenFeedbackEnabled());
331 EXPECT_TRUE(IsSpokenFeedbackEnabled());
341 EXPECT_FALSE(IsSpokenFeedbackEnabled());
355 EXPECT_TRUE(IsSpokenFeedbackEnabled());
[all...]
H A Dspoken_feedback_browsertest.cc71 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
155 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
164 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
179 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
230 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
271 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
H A Dtouch_exploration_controller_browsertest.cc36 if (on != ad->IsSpokenFeedbackEnabled())
H A Daccessibility_manager.h132 bool IsSpokenFeedbackEnabled();
H A Daccessibility_manager.cc636 bool AccessibilityManager::IsSpokenFeedbackEnabled() { function in class:chromeos::AccessibilityManager
642 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
687 if (!IsSpokenFeedbackEnabled())
982 IsSpokenFeedbackEnabled());
1101 IsSpokenFeedbackEnabled(),
/external/chromium_org/ash/
H A Daccessibility_delegate.h35 virtual bool IsSpokenFeedbackEnabled() const = 0;
H A Ddefault_accessibility_delegate.cc24 bool DefaultAccessibilityDelegate::IsSpokenFeedbackEnabled() const { function in class:ash::DefaultAccessibilityDelegate
H A Ddefault_accessibility_delegate.h20 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
H A Droot_window_controller.cc288 bool enabled = delegate->IsSpokenFeedbackEnabled();
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_chromeos.cc77 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE {
79 return chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled();
H A Dchrome_shell_delegate_views.cc89 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/system/
H A Dtray_accessibility_browsertest.cc553 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
568 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
573 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
578 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
606 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
610 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
614 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc47 if (delegate->IsSpokenFeedbackEnabled())
160 spoken_feedback_enabled_ = delegate->IsSpokenFeedbackEnabled();
260 delegate->IsSpokenFeedbackEnabled() ?
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc283 EXPECT_TRUE(accessibility_manager->IsSpokenFeedbackEnabled());
386 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power.cc93 IsSpokenFeedbackEnabled())
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc103 IsSpokenFeedbackEnabled()) {
462 IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc319 AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc576 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc1042 if (AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2337 EXPECT_TRUE(accessibility_manager->IsSpokenFeedbackEnabled());
2345 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
2350 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc1831 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc1278 if (manager && manager->IsSpokenFeedbackEnabled()) {

Completed in 743 milliseconds