HomeSort by relevance Sort by last modified time
    Searched refs:TakeClientFileDescriptor (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/public/common/
child_process_host.h 93 // See IPC::Channel::TakeClientFileDescriptor.
94 virtual int TakeClientFileDescriptor() = 0;
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_channel_host.cc 76 channel_handle_.socket.fd = channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/common/
child_process_host_impl.h 61 virtual int TakeClientFileDescriptor() OVERRIDE;
child_process_host_impl.cc 186 int ChildProcessHostImpl::TakeClientFileDescriptor() {
187 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/plugin/
plugin_channel.h 55 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/ipc/
ipc_channel.h 155 int TakeClientFileDescriptor();
ipc_channel_posix.h 62 int TakeClientFileDescriptor();
ipc_channel_proxy.h 183 int TakeClientFileDescriptor();
ipc_channel_proxy.cc 411 int ChannelProxy::TakeClientFileDescriptor() {
417 return channel->TakeClientFileDescriptor();
ipc_channel_posix.cc 515 int Channel::ChannelImpl::TakeClientFileDescriptor() {
983 int Channel::TakeClientFileDescriptor() {
984 return channel_impl_->TakeClientFileDescriptor();
  /external/chromium_org/ppapi/proxy/
proxy_channel.cc 57 return channel()->TakeClientFileDescriptor();
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 107 int TakeClientFileDescriptor();
nacl_ipc_adapter.cc 367 int NaClIPCAdapter::TakeClientFileDescriptor() {
368 return io_thread_data_.channel_->TakeClientFileDescriptor();
426 ipc_adapter->TakeClientFileDescriptor(), true);
nacl_listener.cc 256 ipc_adapter->TakeClientFileDescriptor(), true);
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 52 int ipcfd = channel->TakeClientFileDescriptor();
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 166 child_process_host_->TakeClientFileDescriptor(),
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 426 startup_channel_->TakeClientFileDescriptor(),
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 505 ipcfd = automation_proxy_->channel()->TakeClientFileDescriptor();
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 502 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 556 channel_->TakeClientFileDescriptor(),
    [all...]

Completed in 406 milliseconds