Home
last modified time | relevance | path

Searched refs:pass_pipe_ownership_to_main (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc57 int RunClientFunction(Func handler, bool pass_pipe_ownership_to_main) { in RunClientFunction() argument
62 pass_pipe_ownership_to_main ? pipe.release() : pipe.get(); in RunClientFunction()
251 bool pass_pipe_ownership_to_main) { in RunClientMain() argument
254 pass_pipe_ownership_to_main); in RunClientMain()
Dmultiprocess_test_helper.h83 bool pass_pipe_ownership_to_main = false);