HomeSort by relevance Sort by last modified time
    Searched refs:kPrimaryIPCChannel (Results 1 - 12 of 12) 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 105 fds_to_map.push_back(std::pair<int, int>(ipcfd, kPrimaryIPCChannel + 3));
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);
  /external/chromium_org/content/public/common/
content_descriptors.h 13 kCrashDumpSignal = kPrimaryIPCChannel + 1,
  /external/chromium_org/content/browser/
child_process_launcher.cc 208 FileDescriptorInfo(kPrimaryIPCChannel,
229 FileDescriptorInfo(kPrimaryIPCChannel,
  /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/nacl/
nacl_helper_linux.cc 54 base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 58 fds_to_map.push_back(std::pair<int,int>(ipcfd, kPrimaryIPCChannel + 3));
  /external/chromium_org/content/app/
content_main_runner.cc 578 g_fds->Set(kPrimaryIPCChannel,
579 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 427 kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor));
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 506 fds.push_back(std::make_pair(ipcfd, kPrimaryIPCChannel + 3));

Completed in 774 milliseconds