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

  /external/chromium_org/ash/display/
projecting_observer_chromeos.h 13 class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer {
15 ProjectingObserver();
16 virtual ~ProjectingObserver();
39 DISALLOW_COPY_AND_ASSIGN(ProjectingObserver);
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_unittest.cc 42 ProjectingObserverTest() : observer_(new ProjectingObserver()) {
54 scoped_ptr<ProjectingObserver> observer_;
  /external/chromium_org/ash/
shell.h 115 class ProjectingObserver;
727 scoped_ptr<ProjectingObserver> projecting_observer_;
shell.cc 834 projecting_observer_.reset(new ProjectingObserver());
    [all...]

Completed in 534 milliseconds