/external/chromium_org/remoting/host/ |
desktop_process.cc | 142 daemon_channel_ = IPC::ChannelProxy::Create(daemon_channel_name_,
|
ipc_desktop_environment_unittest.cc | 185 scoped_ptr<IPC::ChannelProxy> desktop_channel_; 385 IPC::ChannelProxy::Create(IPC::ChannelHandle(desktop_channel_name_),
|
remoting_me2me_host.cc | 276 scoped_ptr<IPC::ChannelProxy> daemon_channel_; 413 daemon_channel_ = IPC::ChannelProxy::Create(channel_handle, 423 IPC::ChannelProxy::Create(channel_name, [all...] |
desktop_session_proxy.cc | 264 desktop_channel_ = IPC::ChannelProxy::Create(desktop_channel_handle,
|
/external/chromium_org/remoting/host/win/ |
worker_process_launcher_unittest.cc | 171 scoped_ptr<IPC::ChannelProxy> channel_client_; 172 scoped_ptr<IPC::ChannelProxy> channel_server_; 276 channel_client_ = IPC::ChannelProxy::Create(IPC::ChannelHandle(channel_name_), 364 channel_server_ = IPC::ChannelProxy::Create(
|
wts_session_process_delegate.cc | 109 scoped_ptr<IPC::ChannelProxy> channel_; 382 scoped_ptr<IPC::ChannelProxy> channel( 383 IPC::ChannelProxy::Create(IPC::ChannelHandle(pipe.Get()),
|
unprivileged_process_delegate.cc | 236 scoped_ptr<IPC::ChannelProxy> server;
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.h | 30 class ChannelProxy; 235 scoped_ptr<IPC::ChannelProxy> ui_channel_;
|
chrome_app_view.h | 29 class ChannelProxy;
|
chrome_app_view_ash.cc | 672 // Create the IPC channel IO thread. It needs to out-live the ChannelProxy. [all...] |
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
cloud_print_proxy_process_browsertest.cc | 268 scoped_ptr<IPC::ChannelProxy> startup_channel; 270 IPC::ChannelProxy::Create(startup_channel_name, 340 scoped_ptr<IPC::ChannelProxy> startup_channel_; 445 startup_channel_ = IPC::ChannelProxy::Create(startup_channel_id_, 470 IPC::ChannelProxy::Create(GetServiceProcessChannel(),
|
/external/chromium_org/content/public/test/ |
mock_render_process_host.h | 66 virtual IPC::ChannelProxy* GetChannel() OVERRIDE;
|
mock_render_process_host.cc | 186 IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
|
/external/chromium_org/ipc/ |
ipc_test_base.cc | 91 channel_proxy_ = IPC::ChannelProxy::Create(
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control.cc | 48 SetChannel(IPC::ChannelProxy::Create( 55 void ServiceProcessControl::SetChannel(scoped_ptr<IPC::ChannelProxy> channel) {
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
browser_ppapi_host_impl.cc | 22 IPC::ChannelProxy* channel,
|
/external/chromium_org/win8/viewer/ |
metro_viewer_process_host.cc | 54 channel_ = IPC::ChannelProxy::Create(kMetroViewerIPCChannelName,
|
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_impl.cc | 307 explicit RendererSandboxedProcessLauncherDelegate(IPC::ChannelProxy* channel) 667 scoped_ptr<IPC::ChannelProxy> RenderProcessHostImpl::CreateChannelProxy( 678 return IPC::ChannelProxy::Create( 685 return IPC::ChannelProxy::Create( [all...] |
/external/chromium_org/components/nacl/browser/ |
nacl_process_host.cc | [all...] |