Searched refs:CheckThread (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 94 void CheckThread() { in CheckThread() function in webrtc::ProxyTest 115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread)); in TEST_F() 123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib.cc | 143 void CheckThread(MessagePumpGlib* pump) { in CheckThread() function 283 CheckThread(this); in Run()
|