Searched refs:MessagePumpUIApplication (Results 1 – 4 of 4) sorted by relevance
264 class MessagePumpUIApplication : public MessagePumpCFRunLoopBase {266 MessagePumpUIApplication();267 ~MessagePumpUIApplication() override;278 DISALLOW_COPY_AND_ASSIGN(MessagePumpUIApplication);
611 MessagePumpUIApplication::MessagePumpUIApplication()615 MessagePumpUIApplication::~MessagePumpUIApplication() {}617 void MessagePumpUIApplication::DoRun(Delegate* delegate) {621 void MessagePumpUIApplication::Quit() {625 void MessagePumpUIApplication::Attach(Delegate* delegate) {764 return new MessagePumpUIApplication;
695 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
25 class MessagePumpUIApplication; variable86 friend class base::MessagePumpUIApplication;