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

  /external/chromium_org/ipc/
ipc_message.h 47 REPLY_ERROR_BIT = 0x10,
93 header()->flags |= REPLY_ERROR_BIT;
97 return (header()->flags & REPLY_ERROR_BIT) != 0;
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 755 if (header->flags & IPC::Message::REPLY_ERROR_BIT)

Completed in 76 milliseconds