Home
last modified time | relevance | path

Searched refs:display_configurator (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_output_protection_message_filter.cc138 ash::Shell::GetInstance()->display_configurator(); in ~Delegate()
160 ash::Shell::GetInstance()->display_configurator(); in GetClientId()
179 ash::Shell::GetInstance()->display_configurator(); in OnQueryStatus()
204 ash::Shell::GetInstance()->display_configurator(); in OnEnableProtection()
229 ash::Shell::GetInstance()->display_configurator(); in OnWindowHierarchyChanged()
/external/chromium_org/ash/system/chromeos/power/
Dpower_event_observer.cc54 shell->display_configurator()->SuspendDisplays(); in SuspendImminent()
58 Shell::GetInstance()->display_configurator()->ResumeDisplays(); in SuspendDone()
/external/chromium_org/ash/wm/
Dpower_button_controller.cc36 Shell::GetInstance()->display_configurator()->AddObserver(this); in PowerButtonController()
43 Shell::GetInstance()->display_configurator()->RemoveObserver(this); in ~PowerButtonController()
/external/chromium_org/ui/display/
DBUILD.gn9 "chromeos/display_configurator.cc",
10 "chromeos/display_configurator.h",
Ddisplay.gyp48 'chromeos/display_configurator.cc',
49 'chromeos/display_configurator.h',
/external/chromium_org/ash/touch/
Dtouch_observer_hud.cc51 Shell::GetInstance()->display_configurator()->AddObserver(this); in TouchObserverHUD()
62 Shell::GetInstance()->display_configurator()->RemoveObserver(this); in ~TouchObserverHUD()
Dtouch_transformer_controller.cc195 Shell::GetInstance()->display_configurator()->display_state(); in UpdateTouchTransformer()
240 Shell::GetInstance()->display_configurator()->framebuffer_size(); in UpdateTouchTransformer()
/external/chromium_org/ash/display/
Ddisplay_change_observer_chromeos.cc244 ->display_configurator() in OnDisplayModeChanged()
265 Shell::GetInstance()->display_configurator()->PrepareForExit(); in OnAppTerminating()
280 Shell::GetInstance()->display_configurator()->cached_displays()); in OnInputDeviceConfigurationChanged()
Ddisplay_manager.cc491 Shell::GetInstance()->display_configurator()->OnConfigurationChanged(); in SetDisplayResolution()
535 Shell::GetInstance()->display_configurator()->OnConfigurationChanged(); in SetDisplayMode()
638 Shell::GetInstance()->display_configurator()->SetColorCalibrationProfile( in SetColorCalibrationProfile()
1019 Shell::GetInstance()->display_configurator()->SetDisplayMode(new_state); in SetMirrorMode()
1158 Shell::GetInstance()->display_configurator()->SetColorCalibrationProfile( in OnDisplayInfoUpdated()
/external/chromium_org/chrome/browser/chromeos/dbus/
Ddisplay_power_service_provider.cc64 ash::Shell::GetInstance()->display_configurator()->SetDisplayPower( in SetDisplayPower()
/external/chromium_org/chrome/browser/chromeos/display/
Ddisplay_preferences_unittest.cc194 shell->display_configurator()->requested_power_state()); in TEST_F()
626 ash::Shell::GetInstance()->display_configurator()-> in TEST_F()
637 shell->display_configurator()->requested_power_state()); in TEST_F()
642 shell->display_configurator()->requested_power_state()); in TEST_F()
650 shell->display_configurator()->requested_power_state()); in TEST_F()
Ddisplay_preferences.cc311 ash::Shell::GetInstance()->display_configurator()-> in StoreCurrentDisplayPowerState()
378 ash::Shell::GetInstance()->display_configurator()->SetInitialDisplayPower( in LoadDisplayPreferences()
/external/chromium_org/ash/
Dshell.h523 ui::DisplayConfigurator* display_configurator() { in display_configurator() function