OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMagnifierType
(Results
1 - 10
of
10
) 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
83
virtual void
SetMagnifierType
(ash::MagnifierType type) OVERRIDE {
/external/chromium_org/ash/
accessibility_delegate.h
46
virtual void
SetMagnifierType
(MagnifierType type) = 0;
default_accessibility_delegate.h
25
virtual void
SetMagnifierType
(MagnifierType type) OVERRIDE;
default_accessibility_delegate.cc
40
void DefaultAccessibilityDelegate::
SetMagnifierType
(MagnifierType type) {
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_chromeos.cc
86
virtual void
SetMagnifierType
(ash::MagnifierType type) OVERRIDE {
88
return chromeos::MagnificationManager::Get()->
SetMagnifierType
(type);
chrome_shell_delegate_views.cc
94
virtual void
SetMagnifierType
(ash::MagnifierType type) OVERRIDE {
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
[
all
...]
Completed in 1939 milliseconds