Home
last modified time | relevance | path

Searched refs:client_process (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dbroker_host.cc24 BrokerHost::BrokerHost(base::ProcessHandle client_process, in BrokerHost() argument
30 client_process_(ScopedProcessHandle::CloneFrom(client_process)) in BrokerHost()
Dbroker_host.h31 BrokerHost(base::ProcessHandle client_process,
/external/libchrome/ipc/
Dipc_test_base.h48 const base::Process& client_process() const { return helper_.test_child(); } in client_process() function
Dsync_socket_unittest.cc184 client_process().Handle(), &target_handle, in TEST_F()