HomeSort by relevance Sort by last modified time
    Searched refs:magnifier_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 88 ash::MagnifierType magnifier_type = local
91 SetEnabled(magnifier_enabled && magnifier_type == ash::MAGNIFIER_FULL);
93 SetEnabled(magnifier_enabled && magnifier_type == ash::MAGNIFIER_PARTIAL);
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.h 52 ash::MagnifierType magnifier_type,
57 ash::MagnifierType magnifier_type; member in struct:chromeos::AccessibilityStatusEventDetails
magnification_manager_browsertest.cc 126 int magnifier_type() const { return magnifier_type_; } function in class:chromeos::MockMagnificationObserver
134 magnifier_type_ = details.magnifier_type;
541 EXPECT_EQ(observer.magnifier_type(), ash::MAGNIFIER_FULL);
accessibility_manager.cc 252 magnifier_type(ash::kDefaultMagnifierType),
258 ash::MagnifierType magnifier_type,
262 magnifier_type(magnifier_type),
    [all...]

Completed in 239 milliseconds