OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:magnification_controller
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
ash_init.cc
10
#include "ash/magnifier/
magnification_controller
.h"
76
ash::Shell::GetInstance()->
magnification_controller
()->
/external/chromium_org/ash/display/
root_window_transformers_unittest.cc
10
#include "ash/magnifier/
magnification_controller
.h"
138
Shell::GetInstance()->
magnification_controller
();
242
Shell::GetInstance()->
magnification_controller
();
283
Shell::GetInstance()->
magnification_controller
();
313
Shell::GetInstance()->
magnification_controller
();
root_window_transformers.cc
11
#include "ash/magnifier/
magnification_controller
.h"
97
Shell::GetInstance()->
magnification_controller
();
/external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_browsertest.cc
7
#include "ash/magnifier/
magnification_controller
.h"
47
magnification_controller
()->SetScale(scale, false);
51
return ash::Shell::GetInstance()->
magnification_controller
()->GetScale();
magnification_manager.cc
9
#include "ash/magnifier/
magnification_controller
.h"
153
ash::Shell::GetInstance()->
magnification_controller
()->SetEnabled(
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
23
#include "ash/magnifier/
magnification_controller
.h"
217
if (ash::Shell::GetInstance()->
magnification_controller
()->IsEnabled()) {
220
ash::Shell::GetInstance()->
magnification_controller
()->GetScale();
227
ash::Shell::GetInstance()->
magnification_controller
()->
[
all
...]
/external/chromium_org/ash/
shell.h
395
MagnificationController*
magnification_controller
() {
function in class:ash::Shell
/external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc
5
#include "ash/magnifier/
magnification_controller
.h"
62
return ash::Shell::GetInstance()->
magnification_controller
();
Completed in 98 milliseconds