HomeSort by relevance Sort by last modified time
    Searched defs:ProjectingObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
projecting_observer_chromeos.cc 13 ProjectingObserver::ProjectingObserver()
18 ProjectingObserver::~ProjectingObserver() {}
20 void ProjectingObserver::OnDisplayModeChanged(
36 void ProjectingObserver::OnCastingSessionStartedOrStopped(bool started) {
49 void ProjectingObserver::SetIsProjecting() {
projecting_observer_chromeos.h 13 class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer {
15 ProjectingObserver();
16 virtual ~ProjectingObserver();
39 DISALLOW_COPY_AND_ASSIGN(ProjectingObserver);

Completed in 69 milliseconds