Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_support_android.cc44 class Waitable { class
46 static Waitable* GetInstance() { in GetInstance()
47 return base::Singleton<Waitable, in GetInstance()
48 base::LeakySingletonTraits<Waitable>>::get(); in GetInstance()
63 friend struct base::DefaultSingletonTraits<Waitable>;
65 Waitable() in Waitable() function in __anon6906c5fe0111::Waitable
71 DISALLOW_COPY_AND_ASSIGN(Waitable);
77 MessagePumpForUIStub() : base::MessagePumpForUI() { Waitable::GetInstance(); } in MessagePumpForUIStub()
111 Waitable::GetInstance()->Block(); in RunNested()
140 Waitable::GetInstance()->Quit(); in Quit()
[all …]