Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_support_android.cc75 class MessagePumpForUIStub : public base::MessagePumpForUI { class
77 MessagePumpForUIStub() : base::MessagePumpForUI() { Waitable::GetInstance(); } in MessagePumpForUIStub() function in __anon6906c5fe0111::MessagePumpForUIStub
78 ~MessagePumpForUIStub() override {} in ~MessagePumpForUIStub()
164 return std::unique_ptr<base::MessagePump>(new MessagePumpForUIStub()); in CreateMessagePumpForUIStub()