Home
last modified time | relevance | path

Searched refs:MessagePumpDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Drun_loop.h21 class MessagePumpDispatcher; variable
37 explicit RunLoop(MessagePumpDispatcher* dispatcher);
99 MessagePumpDispatcher* dispatcher_;
Drun_loop.cc32 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher) in RunLoop()
/external/libchrome/base/message_loop/
Dmessage_pump_dispatcher.h23 class BASE_EXPORT MessagePumpDispatcher {
31 virtual ~MessagePumpDispatcher() {} in ~MessagePumpDispatcher()
Dmessage_loop_unittest.cc429 class DispatcherImpl : public MessagePumpDispatcher {