Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dprivacy_screen_controller.cc22 Shell::Get()->display_configurator()->AddObserver(this); in PrivacyScreenController()
26 Shell::Get()->display_configurator()->RemoveObserver(this); in ~PrivacyScreenController()
141 Shell::Get()->display_configurator()->SetPrivacyScreen(display_id, in OnStateChanged()
169 Shell::Get()->display_configurator()->cached_displays(); in GetSupportedDisplayId()
H A Ddisplay_shutdown_observer.cc12 display::DisplayConfigurator* display_configurator) in DisplayShutdownObserver() argument
13 : display_configurator_(display_configurator), in DisplayShutdownObserver()
H A Dprojecting_observer.cc15 display::DisplayConfigurator* display_configurator) in ProjectingObserver() argument
16 : display_configurator_(display_configurator) { in ProjectingObserver()
H A Ddisplay_shutdown_observer.h22 display::DisplayConfigurator* display_configurator);
H A Dprojecting_observer.h21 display::DisplayConfigurator* display_configurator);
H A Ddisplay_animator.cc101 Shell::Get()->display_configurator()->AddObserver(this); in DisplayAnimator()
105 Shell::Get()->display_configurator()->RemoveObserver(this); in ~DisplayAnimator()
H A Doutput_protection_delegate.cc22 return Shell::Get()->display_configurator()->content_protection_manager(); in manager()
H A Ddisplay_prefs_unittest.cc232 display::DisplayConfigurator* display_configurator() { in display_configurator() function in ash::DisplayPrefsTest
233 return Shell::Get()->display_configurator(); in display_configurator()
273 display_configurator()->GetRequestedPowerStateForTest(); in TEST_F()
278 display_configurator()->GetRequestedPowerState()); in TEST_F()
802 display_configurator()->reset_requested_power_state_for_test(); in TEST_F()
805 display_configurator()->GetRequestedPowerState()); in TEST_F()
822 display_configurator()->reset_requested_power_state_for_test(); in TEST_F()
825 display_configurator()->GetRequestedPowerStateForTest()); in TEST_F()
H A Ddisplay_prefs.cc607 Shell::Get()->display_configurator()->GetRequestedPowerState()); in StoreCurrentDisplayPowerState()
835 Shell::Get()->display_configurator()->OnConfigurationChanged(); in LoadDisplayPreferences()
842 Shell::Get()->display_configurator()->InitializeDisplayPowerState(); in LoadDisplayPreferences()
851 Shell::Get()->display_configurator()->SetInitialDisplayPower(power_state); in LoadDisplayPreferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/dbus/
H A Ddisplay_service_provider.cc57 if (!Shell::Get()->display_configurator()) { in TakeDisplayOwnership()
62 Shell::Get()->display_configurator()->TakeControl(std::move(callback)); in TakeDisplayOwnership()
67 if (!Shell::Get()->display_configurator()) { in ReleaseDisplayOwnership()
72 Shell::Get()->display_configurator()->RelinquishControl(std::move(callback)); in ReleaseDisplayOwnership()
133 Shell::Get()->display_configurator()->SetDisplayPower( in SetDisplayPower()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/ui/display_settings/
H A Dgamma_configurator.cc49 shell::CastDisplayConfigurator* display_configurator) in GammaConfigurator() argument
51 display_configurator_(display_configurator) { in GammaConfigurator()
H A Dcolor_temperature_animation.cc43 shell::CastDisplayConfigurator* display_configurator, in ColorTemperatureAnimation() argument
49 display_configurator_(display_configurator), in ColorTemperatureAnimation()
H A Dgamma_configurator.h23 shell::CastDisplayConfigurator* display_configurator);
H A Dcolor_temperature_animation.h28 shell::CastDisplayConfigurator* display_configurator,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/manager/
H A DBUILD.gn37 "display_configurator.cc",
38 "display_configurator.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/manager/
H A DBUILD.gn38 "display_configurator.cc",
39 "display_configurator.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_browser_process.cc97 std::unique_ptr<CastDisplayConfigurator> display_configurator) { in SetDisplayConfigurator() argument
99 display_configurator_ = std::move(display_configurator); in SetDisplayConfigurator()
H A Dcast_browser_process.h67 std::unique_ptr<CastDisplayConfigurator> display_configurator);
87 CastDisplayConfigurator* display_configurator() const { in display_configurator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/relaunch_notification/
H A Drelaunch_notification_controller_platform_impl_chromeos.cc140 return ash::Shell::Get()->display_configurator()->IsDisplayOn() && in CanScheduleReboot()
147 display_observer_.Add(ash::Shell::Get()->display_configurator()); in StartObserving()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_observer_hud.cc51 Shell::Get()->display_configurator()->AddObserver(this); in TouchObserverHud()
58 Shell::Get()->display_configurator()->RemoveObserver(this); in ~TouchObserverHud()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/power/
H A Darc_power_bridge.cc164 ash::Shell::Get()->display_configurator()->AddObserver(this); in OnConnectionReady()
174 ash::Shell::Get()->display_configurator()->RemoveObserver(this); in OnConnectionClosed()
328 is_display_on = ash::Shell::Get()->display_configurator()->IsDisplayOn(); in IsDisplayOn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/power/
H A Darc_power_bridge.cc156 ash::Shell::Get()->display_configurator()->AddObserver(this); in OnConnectionReady()
166 ash::Shell::Get()->display_configurator()->RemoveObserver(this); in OnConnectionClosed()
320 is_display_on = ash::Shell::Get()->display_configurator()->IsDisplayOn(); in IsDisplayOn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_event_observer.cc277 Shell::Get()->display_configurator()->ResumeDisplays(); in SuspendDone()
338 Shell::Get()->display_configurator()->SuspendDisplays( in StopCompositingAndSuspendDisplays()
H A Dpower_button_controller.cc118 shell->display_configurator()->AddObserver(this); in PowerButtonController()
131 shell->display_configurator()->RemoveObserver(this); in ~PowerButtonController()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/ui/
H A Ddisplay_settings_manager_impl.cc51 shell::CastBrowserProcess::GetInstance()->display_configurator()), in DisplaySettingsManagerImpl()

12