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

  /external/chromium_org/ipc/
ipc_descriptors.h 11 kPrimaryIPCChannel = 0,
ipc_multiprocess_test.cc 18 base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
19 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
ipc_test_base.cc 110 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));
ipc_channel_posix.cc 53 // magic file descriptor kPrimaryIPCChannel in the child. Future
67 // specific file descriptor number (@kPrimaryIPCChannel). However, we
75 // the magic slot (@kPrimaryIPCChannel). The client will search for the
291 base::GlobalDescriptors::GetInstance()->Get(kPrimaryIPCChannel);
    [all...]
  /external/chromium_org/content/common/
zygote_commands_linux.h 22 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor;
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 49 g_fds->Set(kPrimaryIPCChannel,
50 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 49 fds_to_map.push_back(std::pair<int,int>(ipcfd, kPrimaryIPCChannel + 3));
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 57 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 61 kPrimaryIPCChannel,
  /external/chromium_org/content/app/
content_main_runner.cc 609 g_fds->Set(kPrimaryIPCChannel,
610 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
  /external/chromium_org/content/browser/
child_process_launcher.cc 207 FileDescriptorInfo(kPrimaryIPCChannel,
  /external/chromium_org/content/zygote/
zygote_linux.cc 315 int ipc_channel_fd = LookUpFd(fd_mapping, kPrimaryIPCChannel);
317 DLOG(ERROR) << "Failed to find kPrimaryIPCChannel in FD mapping";
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 434 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 508 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));

Completed in 5055 milliseconds