Searched defs:IsSpokenFeedbackEnabled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/
H A Ddefault_accessibility_delegate.cc24 bool DefaultAccessibilityDelegate::IsSpokenFeedbackEnabled() const { function in class:ash::DefaultAccessibilityDelegate
/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 Daccessibility_manager.cc644 bool AccessibilityManager::IsSpokenFeedbackEnabled() { function in class:chromeos::AccessibilityManager
650 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
699 if (!IsSpokenFeedbackEnabled())
1002 IsSpokenFeedbackEnabled());
1123 IsSpokenFeedbackEnabled(),

Completed in 3734 milliseconds