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

  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.h 46 virtual void SetMagnifierType(ash::MagnifierType type) = 0;
magnification_manager_unittest.cc 75 void SetMagnifierType(ash::MagnifierType type) {
76 return MagnificationManager::Get()->SetMagnifierType(type);
108 SetMagnifierType(ash::MAGNIFIER_FULL);
116 SetMagnifierType(ash::MAGNIFIER_FULL);
125 SetMagnifierType(ash::MAGNIFIER_FULL);
130 SetMagnifierType(ash::MAGNIFIER_PARTIAL);
magnification_manager_browsertest.cc 41 void SetMagnifierType(ash::MagnifierType type) {
42 MagnificationManager::Get()->SetMagnifierType(type);
208 SetMagnifierType(ash::MAGNIFIER_FULL);
271 SetMagnifierType(ash::MAGNIFIER_FULL);
302 SetMagnifierType(ash::MAGNIFIER_FULL);
343 SetMagnifierType(ash::MAGNIFIER_FULL);
386 SetMagnifierType(ash::MAGNIFIER_FULL);
399 SetMagnifierType(ash::MAGNIFIER_PARTIAL);
412 SetMagnifierType(ash::MAGNIFIER_FULL);
417 SetMagnifierType(ash::MAGNIFIER_PARTIAL)
    [all...]
magnification_manager.cc 81 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE {
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 54 virtual void SetMagnifierType(MagnifierType type) OVERRIDE;
shell_delegate_impl.cc 162 void ShellDelegateImpl::SetMagnifierType(MagnifierType type) {
  /external/chromium_org/ash/
shell_delegate.h 177 virtual void SetMagnifierType(MagnifierType type) = 0;
  /external/chromium_org/ash/test/
test_shell_delegate.h 57 virtual void SetMagnifierType(MagnifierType type) OVERRIDE;
test_shell_delegate.cc 122 void TestShellDelegate::SetMagnifierType(MagnifierType type) {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 72 void ChromeShellDelegate::SetMagnifierType(ash::MagnifierType type) {
chrome_shell_delegate.h 71 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE;
chrome_shell_delegate_chromeos.cc 166 void ChromeShellDelegate::SetMagnifierType(ash::MagnifierType type) {
168 return chromeos::MagnificationManager::Get()->SetMagnifierType(type);
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc     [all...]

Completed in 88 milliseconds