Home | History | Annotate | Download | only in common

Lines Matching defs:SetPolicy

27 void SetPolicy(PolicyMap* map, const char* name, base::Value* value) {
31 void SetPolicy(PolicyMap* map,
54 SetPolicy(&map, kTestPolicyName1, new base::StringValue("aaa"));
57 SetPolicy(&map, kTestPolicyName1, new base::StringValue("bbb"));
60 SetPolicy(&map, kTestPolicyName1,
81 SetPolicy(&a, kTestPolicyName1, new base::StringValue("aaa"));
83 SetPolicy(&a2, kTestPolicyName1, new base::StringValue("aaa"));
85 SetPolicy(&b, kTestPolicyName1, new base::StringValue("bbb"));
87 SetPolicy(&c, kTestPolicyName1, new base::StringValue("aaa"));
88 SetPolicy(&c, kTestPolicyName2, new base::FundamentalValue(true));
90 SetPolicy(&d, kTestPolicyName1,
93 SetPolicy(&d2, kTestPolicyName1,
96 SetPolicy(&e, kTestPolicyName1,
132 SetPolicy(&a, kTestPolicyName1, new base::StringValue("aaa"));
133 SetPolicy(&a, kTestPolicyName2,
136 SetPolicy(&b, kTestPolicyName1, new base::StringValue("bbb"));
137 SetPolicy(&b, kTestPolicyName3, new base::FundamentalValue(true));