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

  /external/chromium_org/ipc/
ipc_test_base.cc 106 const int ipcfd = channel_.get() ? channel_->GetClientFileDescriptor() :
107 channel_proxy_->GetClientFileDescriptor();
ipc_channel.h 157 int GetClientFileDescriptor() const;
159 // Same as GetClientFileDescriptor, but transfers the ownership of the
ipc_channel_posix.h 62 int GetClientFileDescriptor();
ipc_channel_proxy.h 155 int GetClientFileDescriptor();
ipc_channel_proxy.cc 394 int ChannelProxy::GetClientFileDescriptor() {
400 return channel->GetClientFileDescriptor();
ipc_channel_posix.cc 531 int Channel::ChannelImpl::GetClientFileDescriptor() {
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 47 const int ipcfd = channel.GetClientFileDescriptor();
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 188 CHECK_NE(-1, channel_->GetClientFileDescriptor());

Completed in 1048 milliseconds