Searched refs:GenerateRules (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dprocess_mitigations_win32k_policy.h26 static bool GenerateRules(const wchar_t* name,
H A Dhandle_policy.h24 static bool GenerateRules(const wchar_t* type_name,
H A Dprocess_mitigations_win32k_policy.cc9 bool ProcessMitigationsWin32KLockdownPolicy::GenerateRules( function in class:sandbox::ProcessMitigationsWin32KLockdownPolicy
H A Dnamed_pipe_policy.h28 static bool GenerateRules(const wchar_t* name,
H A Dsync_policy.h29 static bool GenerateRules(const wchar_t* name,
H A Dprocess_thread_policy.h29 static bool GenerateRules(const wchar_t* name,
H A Dregistry_policy.h26 static bool GenerateRules(const wchar_t* name,
H A Dfilesystem_policy.h29 static bool GenerateRules(const wchar_t* name,
H A Dhandle_policy.cc19 bool HandlePolicy::GenerateRules(const wchar_t* type_name, function in class:sandbox::HandlePolicy
H A Dnamed_pipe_policy.cc45 bool NamedPipePolicy::GenerateRules(const wchar_t* name, function in class:sandbox::NamedPipePolicy
H A Dsandbox_policy_base.cc686 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
693 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
706 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
713 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
720 if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
727 if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
735 if (!ProcessMitigationsWin32KLockdownPolicy::GenerateRules(
H A Dprocess_thread_policy.cc76 bool ProcessPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::ProcessPolicy
H A Dregistry_policy.cc117 bool RegistryPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::RegistryPolicy
H A Dsync_policy.cc133 bool SyncPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::SyncPolicy
H A Dfilesystem_policy.cc61 bool FileSystemPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::FileSystemPolicy

Completed in 97 milliseconds