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

  /external/chromium_org/ash/
default_accessibility_delegate.cc 56 bool DefaultAccessibilityDelegate::IsLargeCursorEnabled() const {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 101 bool IsLargeCursorEnabled() {
102 return AccessibilityManager::Get()->IsLargeCursorEnabled();
268 EXPECT_FALSE(IsLargeCursorEnabled());
280 EXPECT_FALSE(IsLargeCursorEnabled());
290 EXPECT_FALSE(IsLargeCursorEnabled());
300 EXPECT_TRUE(IsLargeCursorEnabled());
343 EXPECT_FALSE(IsLargeCursorEnabled());
353 EXPECT_TRUE(IsLargeCursorEnabled());
381 EXPECT_FALSE(IsLargeCursorEnabled());
403 EXPECT_FALSE(IsLargeCursorEnabled());
    [all...]
accessibility_manager.cc 480 bool AccessibilityManager::IsLargeCursorEnabled() {
    [all...]

Completed in 219 milliseconds