Home
last modified time | relevance | path

Searched refs:DisplayShutdownObserver (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Ddisplay_shutdown_observer.cc11 DisplayShutdownObserver::DisplayShutdownObserver( in DisplayShutdownObserver() function in ash::DisplayShutdownObserver
16 DisplayShutdownObserver::~DisplayShutdownObserver() = default;
18 void DisplayShutdownObserver::OnChromeTerminating() { in OnChromeTerminating()
H A Ddisplay_shutdown_observer.h19 class DisplayShutdownObserver : public SessionObserver {
21 explicit DisplayShutdownObserver(
23 ~DisplayShutdownObserver() override;
32 DISALLOW_COPY_AND_ASSIGN(DisplayShutdownObserver);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h116 class DisplayShutdownObserver; variable
815 std::unique_ptr<DisplayShutdownObserver> display_shutdown_observer_;
H A Dshell.cc1309 display_shutdown_observer_ = std::make_unique<DisplayShutdownObserver>( in InitializeDisplayManager()