Searched refs:WaitForCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcritical_section_unittest.cc58 bool WaitForCount(int target, ProtectedCount* count) { function in class:webrtc::__anon16156::CritSectTest
93 EXPECT_TRUE(WaitForCount(1, &count));
120 EXPECT_TRUE(WaitForCount(2, &count));
134 EXPECT_TRUE(WaitForCount(count_before + 1, &count));
/external/webrtc/src/system_wrappers/source/
H A Dcritical_section_unittest.cc73 bool WaitForCount(int target, ProtectedCount* count) { function in class:webrtc::__anon33522::CritSectTest
115 EXPECT_TRUE(WaitForCount(1, &count));
145 EXPECT_TRUE(WaitForCount(2, &count));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc889 void WaitForCount(int expected_count) { function in class:prerender::__anon4458::RequestCounter
3235 unload_counter.WaitForCount(1);
4301 ping_counter.WaitForCount(1);

Completed in 1914 milliseconds