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()) {
433 if (!delegate->IsSpokenFeedbackEnabled())
486 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.cc122 bool IsSpokenFeedbackEnabled() { function in namespace:chromeos::__anon3008
123 return AccessibilityManager::Get()->IsSpokenFeedbackEnabled();
269 EXPECT_FALSE(IsSpokenFeedbackEnabled());
281 EXPECT_FALSE(IsSpokenFeedbackEnabled());
291 EXPECT_FALSE(IsSpokenFeedbackEnabled());
305 EXPECT_TRUE(IsSpokenFeedbackEnabled());
328 EXPECT_FALSE(IsSpokenFeedbackEnabled());
333 EXPECT_TRUE(IsSpokenFeedbackEnabled());
344 EXPECT_FALSE(IsSpokenFeedbackEnabled());
358 EXPECT_TRUE(IsSpokenFeedbackEnabled());
[all...]
H A Dspoken_feedback_browsertest.cc126 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
161 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
245 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
253 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
268 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
403 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
445 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
488 ASSERT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
H A Daccessibility_manager.h132 bool IsSpokenFeedbackEnabled();
H A Daccessibility_manager.cc644 bool AccessibilityManager::IsSpokenFeedbackEnabled() { function in class:chromeos::AccessibilityManager
650 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
699 if (!IsSpokenFeedbackEnabled())
1002 IsSpokenFeedbackEnabled());
1123 IsSpokenFeedbackEnabled(),
H A Dtouch_exploration_controller_browsertest.cc61 if (on != ad->IsSpokenFeedbackEnabled())
/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc55 if (!delegate->IsSpokenFeedbackEnabled())
86 bool enabled = delegate->IsSpokenFeedbackEnabled();
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;
/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.cc566 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
581 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
586 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
591 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
619 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
623 EXPECT_TRUE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
627 EXPECT_FALSE(AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc48 if (delegate->IsSpokenFeedbackEnabled())
161 spoken_feedback_enabled_ = delegate->IsSpokenFeedbackEnabled();
265 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/chrome/browser/guest_view/web_view/
H A Dchrome_web_view_guest_delegate.cc233 if (manager && manager->IsSpokenFeedbackEnabled()) {
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc102 IsSpokenFeedbackEnabled()) {
471 IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc324 AccessibilityManager::Get()->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc579 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc1182 if (AccessibilityManager::Get()->IsSpokenFeedbackEnabled()) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2553 EXPECT_TRUE(accessibility_manager->IsSpokenFeedbackEnabled());
2563 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
2568 EXPECT_FALSE(accessibility_manager->IsSpokenFeedbackEnabled());
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc1869 chromeos::AccessibilityManager::Get()->IsSpokenFeedbackEnabled());

Completed in 299 milliseconds