OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessagePumpDispatcher
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/message_loop/
message_pump_dispatcher.h
23
class BASE_EXPORT
MessagePumpDispatcher
{
31
virtual ~
MessagePumpDispatcher
() {}
message_loop_unittest.cc
429
class DispatcherImpl : public
MessagePumpDispatcher
{
[
all
...]
/external/libchrome/base/
run_loop.h
21
class
MessagePumpDispatcher
;
37
explicit RunLoop(
MessagePumpDispatcher
* dispatcher);
99
MessagePumpDispatcher
* dispatcher_;
run_loop.cc
32
RunLoop::RunLoop(
MessagePumpDispatcher
* dispatcher)
Completed in 659 milliseconds