Searched defs:RunTest_CancelAfterSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc67 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { function in namespace:base::__anon1620
142 RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT);
143 RunTest_CancelAfterSet(MessageLoop::TYPE_IO);
144 RunTest_CancelAfterSet(MessageLoop::TYPE_UI);
/external/chromium/base/win/
H A Dobject_watcher_unittest.cc74 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { function in namespace:base::win::__anon1670
137 RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT);
138 RunTest_CancelAfterSet(MessageLoop::TYPE_IO);
139 RunTest_CancelAfterSet(MessageLoop::TYPE_UI);

Completed in 72 milliseconds