Searched defs:MessagePumpCFRunLoopBase (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_mac.h57 class MessagePumpCFRunLoopBase : public MessagePump { class in namespace:base
61 MessagePumpCFRunLoopBase();
62 virtual ~MessagePumpCFRunLoopBase();
65 // in the DoRun method. MessagePumpCFRunLoopBase::Run calls DoRun directly.
66 // This arrangement is used because MessagePumpCFRunLoopBase needs to set
181 // when a MessagePumpCFRunLoopBase is instantiated and work arrives without
187 DISALLOW_COPY_AND_ASSIGN(MessagePumpCFRunLoopBase);
190 class MessagePumpCFRunLoop : public MessagePumpCFRunLoopBase {
208 class MessagePumpNSRunLoop : public MessagePumpCFRunLoopBase {
228 class MessagePumpNSApplication : public MessagePumpCFRunLoopBase {
[all...]

Completed in 47 milliseconds