OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
()) {
59
scoped_ptr<
ProjectingObserver
> observer_;
/external/chromium_org/ash/
shell.h
115
class
ProjectingObserver
;
719
scoped_ptr<
ProjectingObserver
> projecting_observer_;
shell.cc
820
projecting_observer_.reset(new
ProjectingObserver
());
[
all
...]
Completed in 92 milliseconds