OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPLY_BIT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_message.h
49
REPLY_BIT
= 0x08,
86
header()->flags |=
REPLY_BIT
;
90
return (header()->flags &
REPLY_BIT
) != 0;
/external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc
520
if (header->flags & IPC::Message::
REPLY_BIT
)
Completed in 143 milliseconds