Home
last modified time | relevance | path

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

/external/chromium/base/synchronization/
Dwaitable_event_watcher_unittest.cc67 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { in RunTest_CancelAfterSet() function
142 RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT); in TEST()
143 RunTest_CancelAfterSet(MessageLoop::TYPE_IO); in TEST()
144 RunTest_CancelAfterSet(MessageLoop::TYPE_UI); in TEST()
/external/chromium/base/win/
Dobject_watcher_unittest.cc74 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { in RunTest_CancelAfterSet() function
137 RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT); in TEST()
138 RunTest_CancelAfterSet(MessageLoop::TYPE_IO); in TEST()
139 RunTest_CancelAfterSet(MessageLoop::TYPE_UI); in TEST()
/external/chromium_org/base/win/
Dobject_watcher_unittest.cc75 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { in RunTest_CancelAfterSet() function
156 RunTest_CancelAfterSet(MessageLoop::TYPE_DEFAULT); in TEST()
157 RunTest_CancelAfterSet(MessageLoop::TYPE_IO); in TEST()
158 RunTest_CancelAfterSet(MessageLoop::TYPE_UI); in TEST()
/external/chromium_org/base/synchronization/
Dwaitable_event_watcher_unittest.cc77 void RunTest_CancelAfterSet(MessageLoop::Type message_loop_type) { in RunTest_CancelAfterSet() function
154 RunTest_CancelAfterSet(testing_message_loops[i]); in TEST()