OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPC_PING1_TAG
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
ipc_tags.h
12
IPC_PING1_TAG
, // Takes a cookie in parameters and returns the cookie
target_services.cc
118
ResultCode code = CrossCall(ipc,
IPC_PING1_TAG
, cookie, &answer);
sandbox_policy_base.cc
428
static const IPCParams ping1 = {
IPC_PING1_TAG
, ULONG_TYPE};
447
if (
IPC_PING1_TAG
== service || IPC_PING2_TAG == service)
613
case
IPC_PING1_TAG
: {
Completed in 75 milliseconds