HomeSort by relevance Sort by last modified time
    Searched defs:IsSpokenFeedbackEnabled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/
default_accessibility_delegate.cc 24 bool DefaultAccessibilityDelegate::IsSpokenFeedbackEnabled() const {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 122 bool IsSpokenFeedbackEnabled() {
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...]
accessibility_manager.cc 644 bool AccessibilityManager::IsSpokenFeedbackEnabled() {
650 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
699 if (!IsSpokenFeedbackEnabled())
    [all...]

Completed in 354 milliseconds