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

  /external/chromium_org/sandbox/win/src/
ipc_tags.h 32 IPC_LAST_TAG
policy_low_level.h 44 COMPILE_ASSERT(IPC_LAST_TAG <= kMaxServiceCount, kMaxServiceCount_is_too_low);
sandbox_policy_base.h 138 Dispatcher* ipc_targets_[IPC_LAST_TAG];
sandbox_policy_base.cc 635 if (ipc_tag >= IPC_LAST_TAG || ipc_tag <= IPC_UNUSED_TAG)
645 for (int i = 0; i < IPC_LAST_TAG; i++) {

Completed in 32 milliseconds