OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetMagnifierType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/
default_accessibility_delegate.cc
40
void DefaultAccessibilityDelegate::
SetMagnifierType
(MagnifierType type) {
/external/chromium_org/chrome/browser/chromeos/accessibility/
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_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);
Completed in 960 milliseconds