Home
last modified time | relevance | path

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

/external/libchrome/base/
Drun_loop.h28 class MessagePumpUIApplication; variable
262 friend class base::MessagePumpUIApplication;
/external/libchrome/base/message_loop/
Dmessage_loop.cc704 static_cast<MessagePumpUIApplication*>(pump_.get())->Attach(this); in Attach()