Home
last modified time | relevance | path

Searched refs:WaitForSingleProcess (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/service/
Dservice_process_control_browsertest.cc75 EXPECT_TRUE(base::WaitForSingleProcess( in WaitForShutdown()
/external/chromium/base/
Dprocess_util_unittest.cc119 EXPECT_TRUE(base::WaitForSingleProcess(handle, kMaxWaitTimeMs)); in TEST_F()
133 EXPECT_TRUE(base::WaitForSingleProcess(handle, kMaxWaitTimeMs)); in TEST_F()
442 CHECK(base::WaitForSingleProcess(handle, 1000)); in CountOpenFDsInChild()
Dprocess_util.h396 BASE_API bool WaitForSingleProcess(ProcessHandle handle,
Dprocess_util_win.cc538 bool WaitForSingleProcess(ProcessHandle handle, int64 wait_milliseconds) { in WaitForSingleProcess() function
Dprocess_util_posix.cc835 bool WaitForSingleProcess(ProcessHandle handle, int64 wait_milliseconds) { in WaitForSingleProcess() function
/external/chromium/chrome/browser/importer/
Dfirefox_importer_unittest_utils_mac.cc148 base::WaitForSingleProcess(child_process_, 5000); in ~FFUnitTestDecryptorProxy()
/external/chromium/chrome/browser/
Dprocess_singleton_uitest.cc107 process_terminated_ = base::WaitForSingleProcess(process_handle_, in StartChrome()
/external/chromium/net/test/
Dtest_server.cc150 bool ret = base::WaitForSingleProcess(process_handle_, 0); in Stop()
/external/chromium/base/metrics/
Dstats_table_unittest.cc212 EXPECT_TRUE(WaitForSingleProcess(procs[index], 60 * 1000)); in TEST_F()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc161 if (!base::WaitForSingleProcess(server_handle_, 0) && in Stop()