Home
last modified time | relevance | path

Searched refs:RunLoopNestingObserver (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc60 RunLoopNestingObserver* const nesting_observer_;
69 class Connector::RunLoopNestingObserver class in mojo::Connector
73 RunLoopNestingObserver() { in RunLoopNestingObserver() function in mojo::Connector::RunLoopNestingObserver
78 ~RunLoopNestingObserver() override {} in ~RunLoopNestingObserver()
95 static RunLoopNestingObserver* GetForThread() { in GetForThread()
98 auto* observer = static_cast<RunLoopNestingObserver*>( in GetForThread()
101 observer = new RunLoopNestingObserver; in GetForThread()
112 DISALLOW_COPY_AND_ASSIGN(RunLoopNestingObserver);
150 nesting_observer_(RunLoopNestingObserver::GetForThread()), in Connector()
/external/libchrome/mojo/public/cpp/bindings/
Dconnector.h201 class RunLoopNestingObserver; variable
268 RunLoopNestingObserver* const nesting_observer_;