Home
last modified time | relevance | path

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

/external/chromium_org/net/socket/
Dunix_domain_socket_posix_unittest.cc80 EventType WaitForEvent() { in WaitForEvent() function in net::__anon62dda84b0111::EventManager
289 EventType event = event_manager_->WaitForEvent(); in TEST_F()
295 event = event_manager_->WaitForEvent(); in TEST_F()
297 event = event_manager_->WaitForEvent(); in TEST_F()
304 event = event_manager_->WaitForEvent(); in TEST_F()
310 event = event_manager_->WaitForEvent(); in TEST_F()
316 EventType event = event_manager_->WaitForEvent(); in TEST_F()
321 event = event_manager_->WaitForEvent(); in TEST_F()
/external/chromium_org/tools/telemetry/telemetry/page/actions/
Dplay.py36 self.WaitForEvent(tab, selector, 'playing', timeout)
39 self.WaitForEvent(tab, selector, 'ended', timeout)
Dloop.py39 self.WaitForEvent(tab, selector, 'loop', timeout)
Dseek.py43 self.WaitForEvent(tab, selector, 'seeked', timeout)
Dmedia_action.py28 def WaitForEvent(self, tab, selector, event_name, timeout): member in MediaAction
/external/chromium_org/tools/android/forwarder2/
Dsocket.cc205 if (!WaitForEvent(READ, kNoTimeout)) { in Accept()
231 if (!WaitForEvent(WRITE, kConnectTimeOut)) { in Connect()
322 if (!WaitForEvent(READ, kNoTimeout)) { in Read()
345 if (!WaitForEvent(WRITE, kNoTimeout)) { in Write()
404 bool Socket::WaitForEvent(EventType type, int timeout_secs) { in WaitForEvent() function in forwarder2::Socket
Dsocket.h130 bool WaitForEvent(EventType type, int timeout_secs);
/external/chromium_org/content/browser/download/
Ddownload_browsertest.cc643 data_observer.WaitForEvent(); in WaitForData()
1041 initial_size_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1058 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1101 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1150 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1201 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1248 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1316 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1369 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
1420 completion_observer.WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/base/threading/
Dsimple_thread_unittest.cc100 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/chromium_org/base/threading/
Dsimple_thread_unittest.cc100 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/chromium_org/content/public/test/
Ddownload_test_observer.h36 bool WaitForEvent();
Ddownload_test_observer.cc35 bool DownloadUpdatedObserver::WaitForEvent() { in WaitForEvent() function in content::DownloadUpdatedObserver
/external/chromium_org/chrome/browser/download/
Ddownload_browsertest.cc2053 downloads[0], base::Bind(&WasAutoOpened)).WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
2120 downloads[0], base::Bind(&WasAutoOpened)).WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
2157 downloads[0], base::Bind(&WasAutoOpened)).WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
2219 downloads[0], base::Bind(&WasAutoOpened)).WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
2291 downloads[0], base::Bind(&WasAutoOpened)).WaitForEvent(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc669 observer.WaitForEvent(); in ~ScopedCancellingItem()
692 observer.WaitForEvent(); in ~ScopedItemVectorCanceller()
3435 ASSERT_TRUE(interrupted.WaitForEvent()); in IN_PROC_BROWSER_TEST_F()