Home
last modified time | relevance | path

Searched refs:GetServiceProcessChannel (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/
Dservice_process_util.h33 IPC::ChannelHandle GetServiceProcessChannel();
113 IPC::ChannelHandle GetServiceProcessChannel();
Dservice_process_util.cc281 IPC::ChannelHandle ServiceProcessState::GetServiceProcessChannel() { in GetServiceProcessChannel() function in ServiceProcessState
282 return ::GetServiceProcessChannel(); in GetServiceProcessChannel()
Dservice_process_util_linux.cc53 IPC::ChannelHandle GetServiceProcessChannel() { in GetServiceProcessChannel() function
Dservice_process_util_win.cc81 IPC::ChannelHandle GetServiceProcessChannel() { in GetServiceProcessChannel() function
Dservice_process_util_mac.mm99 IPC::ChannelHandle GetServiceProcessChannel() { function
187 IPC::ChannelHandle ServiceProcessState::GetServiceProcessChannel() { function
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc248 MockServiceIPCServer server(state->GetServiceProcessChannel()); in CloudPrintMockService_Main()
470 IPC::ChannelProxy::Create(GetServiceProcessChannel(), in WaitForConnect()
/external/chromium_org/chrome/service/
Dservice_process.cc194 service_process_state_->GetServiceProcessChannel())); in Initialize()
/external/chromium_org/chrome/browser/service_process/
Dservice_process_control.cc47 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); in ConnectInternal()