Searched refs:MessagePumpUIApplication (Results 1 – 4 of 4) sorted by relevance
263 class MessagePumpUIApplication : public MessagePumpCFRunLoopBase {265 MessagePumpUIApplication();266 virtual ~MessagePumpUIApplication();277 DISALLOW_COPY_AND_ASSIGN(MessagePumpUIApplication);
606 MessagePumpUIApplication::MessagePumpUIApplication()610 MessagePumpUIApplication::~MessagePumpUIApplication() {}612 void MessagePumpUIApplication::DoRun(Delegate* delegate) {616 void MessagePumpUIApplication::Quit() {620 void MessagePumpUIApplication::Attach(Delegate* delegate) {759 return new MessagePumpUIApplication;
654 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
23 class MessagePumpUIApplication; variable84 friend class base::MessagePumpUIApplication;