Home
last modified time | relevance | path

Searched refs:policy_base_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsync_dispatcher.cc21 : policy_base_(policy_base) { in SyncDispatcher()
52 EvalResult result = policy_base_->EvalPolicy(IPC_CREATEEVENT_TAG, in CreateEvent()
72 EvalResult result = policy_base_->EvalPolicy(IPC_OPENEVENT_TAG, in OpenEvent()
Dfilesystem_dispatcher.cc21 : policy_base_(policy_base) { in FilesystemDispatcher()
107 EvalResult result = policy_base_->EvalPolicy(IPC_NTCREATEFILE_TAG, in NtCreateFile()
149 EvalResult result = policy_base_->EvalPolicy(IPC_NTOPENFILE_TAG, in NtOpenFile()
188 EvalResult result = policy_base_->EvalPolicy(IPC_NTQUERYATTRIBUTESFILE_TAG, in NtQueryAttributesFile()
226 EvalResult result = policy_base_->EvalPolicy( in NtQueryFullAttributesFile()
278 EvalResult result = policy_base_->EvalPolicy(IPC_NTSETINFO_RENAME_TAG, in NtSetInformationFile()
Dregistry_dispatcher.cc43 : policy_base_(policy_base) { in RegistryDispatcher()
99 EvalResult result = policy_base_->EvalPolicy(IPC_NTCREATEKEY_TAG, in NtCreateKey()
144 EvalResult result = policy_base_->EvalPolicy(IPC_NTOPENKEY_TAG, in NtOpenKey()
Dhandle_dispatcher.cc21 : policy_base_(policy_base) { in HandleDispatcher()
78 EvalResult eval = policy_base_->EvalPolicy(IPC_DUPLICATEHANDLEPROXY_TAG, in DuplicateHandleProxy()
Dnamed_pipe_dispatcher.cc24 : policy_base_(policy_base) { in NamedPipeDispatcher()
68 EvalResult eval = policy_base_->EvalPolicy(IPC_CREATENAMEDPIPEW_TAG, in CreateNamedPipe()
Dhandle_dispatcher.h30 PolicyBase* policy_base_; variable
Dnamed_pipe_dispatcher.h32 PolicyBase* policy_base_; variable
Dsync_dispatcher.h32 PolicyBase* policy_base_; variable
Dregistry_dispatcher.h34 PolicyBase* policy_base_; variable
Dprocess_thread_dispatcher.h45 PolicyBase* policy_base_; variable
Dprocess_thread_dispatcher.cc98 : policy_base_(policy_base) { in ThreadProcessDispatcher()
230 EvalResult eval = policy_base_->EvalPolicy(IPC_CREATEPROCESSW_TAG, in CreateProcessW()
Dfilesystem_dispatcher.h54 PolicyBase* policy_base_; variable