/external/chromium_org/content/public/common/ |
D | child_process_host.h | 94 virtual int TakeClientFileDescriptor() = 0;
|
/external/chromium_org/content/browser/renderer_host/java/ |
D | java_bridge_channel_host.cc | 76 channel_handle_.socket.fd = channel_->TakeClientFileDescriptor(); in Init()
|
/external/chromium_org/ipc/ |
D | ipc_channel.h | 162 int TakeClientFileDescriptor();
|
D | ipc_channel_posix.h | 63 int TakeClientFileDescriptor();
|
D | ipc_channel_proxy.cc | 403 int ChannelProxy::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in IPC::ChannelProxy 409 return channel->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
|
D | ipc_channel_proxy.h | 156 int TakeClientFileDescriptor();
|
D | ipc_channel_posix.cc | 536 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()
|
D | ipc_send_fds_test.cc | 239 base::FileDescriptor out_fd(in->TakeClientFileDescriptor(), false); in Init()
|
/external/chromium_org/ppapi/proxy/ |
D | proxy_channel.cc | 57 return channel()->TakeClientFileDescriptor(); in TakeRendererFD()
|
/external/chromium_org/content/common/ |
D | child_process_host_impl.cc | 187 int ChildProcessHostImpl::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in content::ChildProcessHostImpl 188 return channel_->TakeClientFileDescriptor(); in TakeClientFileDescriptor()
|
D | child_process_host_impl.h | 65 virtual int TakeClientFileDescriptor() OVERRIDE;
|
/external/chromium_org/content/plugin/ |
D | plugin_channel.h | 56 return channel_->TakeClientFileDescriptor(); in TakeRendererFileDescriptor()
|
/external/chromium_org/components/nacl/loader/ |
D | nacl_ipc_adapter.cc | 367 int NaClIPCAdapter::TakeClientFileDescriptor() { in TakeClientFileDescriptor() function in NaClIPCAdapter 368 return io_thread_data_.channel_->TakeClientFileDescriptor(); in TakeClientFileDescriptor() 424 ipc_adapter->TakeClientFileDescriptor(), true); in OnMessageReceived()
|
D | nacl_ipc_adapter.h | 107 int TakeClientFileDescriptor();
|
D | nacl_listener.cc | 256 ipc_adapter->TakeClientFileDescriptor(), true); in OnStart()
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer_unittest_utils_mac.cc | 50 int ipcfd = channel->TakeClientFileDescriptor(); in LaunchNSSDecrypterChildProcess()
|
/external/chromium_org/content/browser/ |
D | browser_child_process_host_impl.cc | 169 child_process_host_->TakeClientFileDescriptor(), in Launch()
|
/external/chromium_org/chrome/test/automation/ |
D | proxy_launcher.cc | 506 ipcfd = automation_proxy_->channel()->TakeClientFileDescriptor(); in LaunchBrowserHelper()
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
D | cloud_print_proxy_process_browsertest.cc | 433 startup_channel_->TakeClientFileDescriptor(), in Launch()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.cc | 488 return channel_->TakeClientFileDescriptor(); in TakeRendererFileDescriptor()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_impl.cc | 546 channel_->TakeClientFileDescriptor(), in Init()
|