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

  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_unittest.cc 33 void SetMagnifierType(ash::MagnifierType type) {
34 return MagnificationManager::Get()->SetMagnifierType(type);
62 SetMagnifierType(ash::MAGNIFIER_FULL);
67 SetMagnifierType(ash::MAGNIFIER_PARTIAL);
magnification_manager_browsertest.cc 40 void SetMagnifierType(ash::MagnifierType type) {
41 MagnificationManager::Get()->SetMagnifierType(type);
220 SetMagnifierType(ash::MAGNIFIER_FULL);
285 SetMagnifierType(ash::MAGNIFIER_FULL);
317 SetMagnifierType(ash::MAGNIFIER_FULL);
360 SetMagnifierType(ash::MAGNIFIER_FULL);
405 SetMagnifierType(ash::MAGNIFIER_FULL);
418 SetMagnifierType(ash::MAGNIFIER_PARTIAL);
431 SetMagnifierType(ash::MAGNIFIER_FULL);
436 SetMagnifierType(ash::MAGNIFIER_PARTIAL)
    [all...]
  /external/chromium_org/ash/
default_accessibility_delegate.cc 40 void DefaultAccessibilityDelegate::SetMagnifierType(MagnifierType type) {

Completed in 81 milliseconds