Searched refs:MessagePumpUIApplication (Results 1 – 5 of 5) sorted by relevance
269 class MessagePumpUIApplication : public MessagePumpCFRunLoopBase {271 MessagePumpUIApplication();272 virtual ~MessagePumpUIApplication();283 DISALLOW_COPY_AND_ASSIGN(MessagePumpUIApplication);
858 MessagePumpUIApplication::MessagePumpUIApplication()862 MessagePumpUIApplication::~MessagePumpUIApplication() {}864 void MessagePumpUIApplication::DoRun(Delegate* delegate) {868 void MessagePumpUIApplication::Quit() {872 void MessagePumpUIApplication::Attach(Delegate* delegate) {1015 return new MessagePumpUIApplication;
667 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
23 class MessagePumpUIApplication; variable84 friend class base::MessagePumpUIApplication;
78 // MessagePumpUIApplication::DoRun is marked NOTREACHED()