HomeSort by relevance Sort by last modified time
    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 29 ash::MagnifierType GetMagnifierType() {
33 void SetMagnifierType(ash::MagnifierType type) {
magnification_manager.cc 71 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {
84 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE {
164 virtual void SetMagnifierTypeInternal(ash::MagnifierType type) {
180 ash::MagnifierType type = ash::kDefaultMagnifierType;
182 type = static_cast<ash::MagnifierType>(type_integer);
254 ash::MagnifierType type_;
accessibility_manager.h 52 ash::MagnifierType magnifier_type,
57 ash::MagnifierType magnifier_type;
magnification_manager_browsertest.cc 40 void SetMagnifierType(ash::MagnifierType type) {
61 ash::MagnifierType GetMagnifierType() {
83 void SetScreenMagnifierTypePref(ash::MagnifierType type) {
accessibility_manager.cc 258 ash::MagnifierType magnifier_type,
    [all...]
  /external/chromium_org/ash/
accessibility_delegate.h 47 virtual void SetMagnifierType(MagnifierType type) = 0;
53 virtual MagnifierType GetMagnifierType() const = 0;
default_accessibility_delegate.h 24 virtual void SetMagnifierType(MagnifierType type) OVERRIDE;
26 virtual MagnifierType GetMagnifierType() const OVERRIDE;
49 MagnifierType screen_magnifier_type_;
default_accessibility_delegate.cc 40 void DefaultAccessibilityDelegate::SetMagnifierType(MagnifierType type) {
48 MagnifierType DefaultAccessibilityDelegate::GetMagnifierType() const {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 107 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE {
121 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {
ash_init.cc 88 ash::MagnifierType magnifier_type =
chrome_shell_delegate_chromeos.cc 98 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE {
108 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {

Completed in 690 milliseconds