HomeSort by relevance Sort by last modified time
    Searched refs:display_configurator (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/display/
event_transformation_handler.cc 20 #include "ui/display/chromeos/display_configurator.h"
63 DisplayConfigurator* display_configurator =
64 ash::Shell::GetInstance()->display_configurator();
66 // Check display_configurator's output_state instead of checking
69 if (display_configurator->display_state() !=
74 display_configurator->GetMirroredDisplayAreaRatioMap();
display_change_observer_chromeos.cc 169 ->display_configurator()
181 Shell::GetInstance()->display_configurator()->PrepareForExit();
display_manager.cc 467 Shell::GetInstance()->display_configurator()->OnConfigurationChanged();
527 Shell::GetInstance()->display_configurator()->SetColorCalibrationProfile(
896 Shell::GetInstance()->display_configurator()->SetDisplayMode(new_state);
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
power_event_observer.cc 13 #include "ui/display/chromeos/display_configurator.h"
54 shell->display_configurator()->SuspendDisplays();
58 Shell::GetInstance()->display_configurator()->ResumeDisplays();
  /external/chromium_org/ash/wm/
power_button_controller.cc 31 Shell::GetInstance()->display_configurator()->AddObserver(this);
37 Shell::GetInstance()->display_configurator()->RemoveObserver(this);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 24 #include "ui/display/chromeos/display_configurator.h"
133 ash::Shell::GetInstance()->display_configurator();
155 ash::Shell::GetInstance()->display_configurator();
174 ash::Shell::GetInstance()->display_configurator();
199 ash::Shell::GetInstance()->display_configurator();
224 ash::Shell::GetInstance()->display_configurator();
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 51 Shell::GetInstance()->display_configurator()->AddObserver(this);
62 Shell::GetInstance()->display_configurator()->RemoveObserver(this);
touch_transformer_controller.cc 13 #include "ui/display/chromeos/display_configurator.h"
54 Shell::GetInstance()->display_configurator()->cached_displays();
147 Shell::GetInstance()->display_configurator()->display_state();
199 Shell::GetInstance()->display_configurator()->framebuffer_size();
  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.cc 12 #include "ui/display/chromeos/display_configurator.h"
64 ash::Shell::GetInstance()->display_configurator()->SetDisplayPower(
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 28 #include "ui/display/chromeos/display_configurator.h"
183 shell->display_configurator()->power_state());
603 ash::Shell::GetInstance()->display_configurator()->power_state());
613 shell->display_configurator()->power_state());
618 shell->display_configurator()->power_state());
626 shell->display_configurator()->power_state());
display_preferences.cc 285 ash::Shell::GetInstance()->display_configurator()->power_state());
328 ash::Shell::GetInstance()->display_configurator()->SetInitialDisplayPower(
  /external/chromium_org/ash/
shell.h 516 ui::DisplayConfigurator* display_configurator() { function in class:ash::Shell

Completed in 639 milliseconds