OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
25
base::GlobalDescriptors::GetInstance()->Set(
kPrimaryIPCChannel
,
26
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor);
ipc_test_base.cc
125
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
303
base::GlobalDescriptors::GetInstance()->Get(
kPrimaryIPCChannel
);
[
all
...]
/external/chromium_org/content/common/
zygote_commands_linux.h
30
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor;
/external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc
48
g_fds->Set(
kPrimaryIPCChannel
,
49
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor);
/external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc
56
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor));
/external/chromium_org/content/app/
content_main_runner.cc
549
g_fds->Set(
kPrimaryIPCChannel
,
550
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor);
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
106
base::GlobalDescriptors::GetInstance()->Set(
kPrimaryIPCChannel
,
/external/chromium_org/content/browser/
child_process_launcher.cc
206
FileDescriptorInfo(
kPrimaryIPCChannel
,
/external/chromium_org/content/zygote/
zygote_linux.cc
362
int ipc_channel_fd = LookUpFd(fd_mapping,
kPrimaryIPCChannel
);
364
DLOG(ERROR) << "Failed to find
kPrimaryIPCChannel
in FD mapping";
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
454
kPrimaryIPCChannel
+ base::GlobalDescriptors::kBaseDescriptor));
Completed in 459 milliseconds