Searched refs:ProjectingObserver (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/display/
H A Dprojecting_observer_chromeos.h13 class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer { class in namespace:ash
15 ProjectingObserver();
16 virtual ~ProjectingObserver();
39 DISALLOW_COPY_AND_ASSIGN(ProjectingObserver);
H A Dprojecting_observer_chromeos.cc13 ProjectingObserver::ProjectingObserver() function in class:ash::ProjectingObserver
18 ProjectingObserver::~ProjectingObserver() {}
20 void ProjectingObserver::OnDisplayModeChanged(
36 void ProjectingObserver::OnCastingSessionStartedOrStopped(bool started) {
49 void ProjectingObserver::SetIsProjecting() {
H A Dprojecting_observer_chromeos_unittest.cc42 ProjectingObserverTest() : observer_(new ProjectingObserver()) {
54 scoped_ptr<ProjectingObserver> observer_;
/external/chromium_org/ash/
H A Dshell.h115 class ProjectingObserver;
727 scoped_ptr<ProjectingObserver> projecting_observer_;
H A Dshell.cc834 projecting_observer_.reset(new ProjectingObserver());

Completed in 347 milliseconds