GenerateRules      29 sandbox/win/src/filesystem_policy.h   static bool GenerateRules(const wchar_t* name,
GenerateRules      24 sandbox/win/src/handle_policy.h   static bool GenerateRules(const wchar_t* type_name,
GenerateRules      28 sandbox/win/src/named_pipe_policy.h   static bool GenerateRules(const wchar_t* name,
GenerateRules      29 sandbox/win/src/process_thread_policy.h   static bool GenerateRules(const wchar_t* name,
GenerateRules      26 sandbox/win/src/registry_policy.h   static bool GenerateRules(const wchar_t* name,
GenerateRules     357 sandbox/win/src/sandbox_policy_base.cc       if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules     364 sandbox/win/src/sandbox_policy_base.cc       if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules     377 sandbox/win/src/sandbox_policy_base.cc       if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules     384 sandbox/win/src/sandbox_policy_base.cc       if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules     391 sandbox/win/src/sandbox_policy_base.cc       if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules     398 sandbox/win/src/sandbox_policy_base.cc       if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
GenerateRules      29 sandbox/win/src/sync_policy.h   static bool GenerateRules(const wchar_t* name,