OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MagnifierType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ash/magnifier/
magnifier_constants.h
11
enum
MagnifierType
{
18
const
MagnifierType
kDefaultMagnifierType = MAGNIFIER_FULL;
/external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.h
40
virtual ash::
MagnifierType
GetMagnifierType() const = 0;
46
virtual void SetMagnifierType(ash::
MagnifierType
type) = 0;
magnification_manager_unittest.cc
32
ash::
MagnifierType
observed_type() const { return observed_type_; }
54
ash::
MagnifierType
observed_type_;
71
ash::
MagnifierType
GetMagnifierType() {
75
void SetMagnifierType(ash::
MagnifierType
type) {
magnification_manager.cc
70
virtual ash::
MagnifierType
GetMagnifierType() const OVERRIDE {
83
virtual void SetMagnifierType(ash::
MagnifierType
type) OVERRIDE {
161
virtual void SetMagnifierTypeInternal(ash::
MagnifierType
type) {
177
ash::
MagnifierType
type = ash::kDefaultMagnifierType;
179
type = static_cast<ash::
MagnifierType
>(type_integer);
242
ash::
MagnifierType
type_;
accessibility_manager.h
33
ash::
MagnifierType
magnifier_type,
37
ash::
MagnifierType
magnifier_type;
magnification_manager_browsertest.cc
41
void SetMagnifierType(ash::
MagnifierType
type) {
62
ash::
MagnifierType
GetMagnifierType() {
84
void SetScreenMagnifierTypePref(ash::
MagnifierType
type) {
154
ash::
MagnifierType
observed_type_;
accessibility_manager.cc
219
ash::
MagnifierType
magnifier_type,
/external/chromium_org/ash/
default_accessibility_delegate.h
25
virtual void SetMagnifierType(
MagnifierType
type) OVERRIDE;
27
virtual
MagnifierType
GetMagnifierType() const OVERRIDE;
46
MagnifierType
screen_magnifier_type_;
accessibility_delegate.h
46
virtual void SetMagnifierType(
MagnifierType
type) = 0;
52
virtual
MagnifierType
GetMagnifierType() const = 0;
default_accessibility_delegate.cc
40
void DefaultAccessibilityDelegate::SetMagnifierType(
MagnifierType
type) {
48
MagnifierType
DefaultAccessibilityDelegate::GetMagnifierType() const {
/external/chromium_org/chrome/browser/ui/ash/
ash_init.cc
74
ash::
MagnifierType
magnifier_type =
chrome_shell_delegate_views.cc
94
virtual void SetMagnifierType(ash::
MagnifierType
type) OVERRIDE {
108
virtual ash::
MagnifierType
GetMagnifierType() const OVERRIDE {
chrome_shell_delegate_chromeos.cc
86
virtual void SetMagnifierType(ash::
MagnifierType
type) OVERRIDE {
96
virtual ash::
MagnifierType
GetMagnifierType() const OVERRIDE {
Completed in 223 milliseconds