Home
last modified time | relevance | path

Searched refs:TakeClientFileDescriptor (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/content/public/common/
Dchild_process_host.h94 virtual int TakeClientFileDescriptor() = 0;
/external/chromium_org/content/browser/renderer_host/java/
Djava_bridge_channel_host.cc76 channel_handle_.socket.fd = channel_->TakeClientFileDescriptor(); in Init()
/external/chromium_org/ipc/
Dipc_channel.h162 int TakeClientFileDescriptor();
Dipc_channel_posix.h63 int TakeClientFileDescriptor();
Dipc_channel_proxy.cc403 int ChannelProxy::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in IPC::ChannelProxy
409 return channel->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
Dipc_channel_proxy.h156 int TakeClientFileDescriptor();
Dipc_channel_posix.cc536 int Channel::ChannelImpl::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in IPC::Channel::ChannelImpl
1065 int Channel::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in IPC::Channel
1066 return channel_impl_->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
Dipc_send_fds_test.cc239 base::FileDescriptor out_fd(in->TakeClientFileDescriptor(), false); in Init()
/external/chromium_org/ppapi/proxy/
Dproxy_channel.cc57 return channel()->TakeClientFileDescriptor(); in TakeRendererFD()
/external/chromium_org/content/common/
Dchild_process_host_impl.cc187 int ChildProcessHostImpl::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in content::ChildProcessHostImpl
188 return channel_->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
Dchild_process_host_impl.h65 virtual int TakeClientFileDescriptor() OVERRIDE;
/external/chromium_org/content/plugin/
Dplugin_channel.h56 return channel_->TakeClientFileDescriptor(); in TakeRendererFileDescriptor()
/external/chromium_org/components/nacl/loader/
Dnacl_ipc_adapter.cc367 int NaClIPCAdapter::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in NaClIPCAdapter
368 return io_thread_data_.channel_->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
424 ipc_adapter->TakeClientFileDescriptor(), true); in OnMessageReceived()
Dnacl_ipc_adapter.h107 int TakeClientFileDescriptor();
Dnacl_listener.cc256 ipc_adapter->TakeClientFileDescriptor(), true); in OnStart()
/external/chromium_org/chrome/utility/importer/
Dfirefox_importer_unittest_utils_mac.cc50 int ipcfd = channel->TakeClientFileDescriptor(); in LaunchNSSDecrypterChildProcess()
/external/chromium_org/content/browser/
Dbrowser_child_process_host_impl.cc169 child_process_host_->TakeClientFileDescriptor(), in Launch()
/external/chromium_org/chrome/test/automation/
Dproxy_launcher.cc506 ipcfd = automation_proxy_->channel()->TakeClientFileDescriptor(); in LaunchBrowserHelper()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc433 startup_channel_->TakeClientFileDescriptor(), in Launch()
/external/chromium_org/content/common/gpu/
Dgpu_channel.cc488 return channel_->TakeClientFileDescriptor(); in TakeRendererFileDescriptor()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc546 channel_->TakeClientFileDescriptor(), in Init()