Searched defs:allow_rule (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2978 // |whitelist_policy| and |allow_rule| are optional. If NULL, no whitelist
2980 // and the whitelist policy is set to contain either the |allow_rule| (if
2984 const char* allow_rule) {
3001 if (allow_rule) {
3002 list->AppendString(allow_rule);
2982 ConfigurePolicyMap(PolicyMap* policies, const char* policy_name, const char* whitelist_policy, const char* allow_rule) argument

Completed in 63 milliseconds