Searched defs:CheckThread (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy_unittest.cc94 void CheckThread() { function in class:webrtc::ProxyTest
115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread));
123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc175 CheckThread();
187 CheckThread();
203 CheckThread();
210 CheckThread();
218 CheckThread();
234 void DragDownloadFile::CheckThread() { function in class:content::DragDownloadFile
/external/stressapptest/src/
H A Dworker.h603 class CheckThread : public WorkerThread { class in inherits:WorkerThread
605 CheckThread() {} function in class:CheckThread
612 DISALLOW_COPY_AND_ASSIGN(CheckThread);

Completed in 118 milliseconds