Searched refs:WaitForSingleProcess (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/apps/ |
D | load_and_launch_browsertest.cc | 58 ASSERT_TRUE(base::WaitForSingleProcess( in IN_PROC_BROWSER_TEST_F() 101 ASSERT_TRUE(base::WaitForSingleProcess( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/base/process/ |
D | kill.h | 124 BASE_EXPORT bool WaitForSingleProcess(ProcessHandle handle,
|
D | process_util_unittest.cc | 147 EXPECT_TRUE(base::WaitForSingleProcess( in TEST_F() 164 EXPECT_TRUE(base::WaitForSingleProcess( in TEST_F() 590 CHECK(base::WaitForSingleProcess(handle, base::TimeDelta::FromSeconds(3))); in CountOpenFDsInChild() 592 CHECK(base::WaitForSingleProcess(handle, base::TimeDelta::FromSeconds(1))); in CountOpenFDsInChild() 921 base::WaitForSingleProcess(child_process, base::TimeDelta::FromSeconds(5)); in TEST_F()
|
D | kill_win.cc | 222 bool WaitForSingleProcess(ProcessHandle handle, base::TimeDelta wait) { in WaitForSingleProcess() function
|
D | kill_posix.cc | 355 bool WaitForSingleProcess(ProcessHandle handle, base::TimeDelta wait) { in WaitForSingleProcess() function
|
/external/chromium_org/ipc/ |
D | ipc_test_base.cc | 146 bool rv = base::WaitForSingleProcess(client_process_, in WaitForClientShutdown()
|
/external/chromium_org/base/debug/ |
D | stack_trace_unittest.cc | 151 ASSERT_TRUE(WaitForSingleProcess(child, TestTimeouts::action_timeout())); in TEST_F()
|
/external/chromium_org/net/test/spawned_test_server/ |
D | local_test_server.cc | 128 bool ret = base::WaitForSingleProcess(process_handle_, base::TimeDelta()); in Stop()
|
/external/chromium_org/chrome/browser/service_process/ |
D | service_process_control_browsertest.cc | 83 EXPECT_TRUE(base::WaitForSingleProcess( in TearDown()
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer_unittest_utils_mac.cc | 159 base::WaitForSingleProcess(child_process_, base::TimeDelta::FromSeconds(5)); in ~FFUnitTestDecryptorProxy()
|
/external/chromium_org/chrome/browser/ |
D | process_singleton_browsertest.cc | 104 process_terminated_ = base::WaitForSingleProcess(process_handle_, in StartChrome()
|
/external/chromium_org/base/metrics/ |
D | stats_table_unittest.cc | 213 EXPECT_TRUE(WaitForSingleProcess( in TEST_F()
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
D | app_shim_interactive_uitest_mac.mm | 312 base::WaitForSingleProcess(shim_pid, TestTimeouts::action_timeout()));
|