Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_mac.h264 class MessagePumpUIApplication : public MessagePumpCFRunLoopBase {
266 MessagePumpUIApplication();
267 ~MessagePumpUIApplication() override;
278 DISALLOW_COPY_AND_ASSIGN(MessagePumpUIApplication);
Dmessage_pump_mac.mm611 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;
Dmessage_loop.cc720 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()
/external/libchrome/base/
Drun_loop.h21 class MessagePumpUIApplication; variable
85 friend class base::MessagePumpUIApplication;