HomeSort by relevance Sort by last modified time
    Searched refs:test_child_handle_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/common/test/
multiprocess_test_helper.cc 18 : test_child_handle_(base::kNullProcessHandle) {
24 CHECK_EQ(test_child_handle_, base::kNullProcessHandle);
32 CHECK_EQ(test_child_handle_, base::kNullProcessHandle);
52 test_child_handle_ =
56 CHECK_NE(test_child_handle_, base::kNullProcessHandle);
60 CHECK_NE(test_child_handle_, base::kNullProcessHandle);
64 test_child_handle_, &rv, TestTimeouts::action_timeout()));
65 base::CloseProcessHandle(test_child_handle_);
66 test_child_handle_ = base::kNullProcessHandle;
multiprocess_test_helper.h 62 base::ProcessHandle test_child_handle_; member in class:mojo::test::MultiprocessTestHelper

Completed in 57 milliseconds