Home | History | Annotate | Download | only in policy

Lines Matching refs:policy_key

109                   const char* policy_key,
112 policy_key_(policy_key),
134 const char* policy_key() const { return policy_key_; }
140 const char* policy_key) {
141 return ValueTestParams(type, policy_key, Value::CreateStringValue("test"));
145 const char* policy_key) {
146 return ValueTestParams(type, policy_key, Value::CreateBooleanValue(true));
150 const char* policy_key) {
151 return ValueTestParams(type, policy_key, Value::CreateIntegerValue(42));
155 const char* policy_key) {
159 return ValueTestParams(type, policy_key, value);
200 dict.Set(GetParam().policy_key(), Value::CreateNullValue());
211 dict.Set(GetParam().policy_key(), GetParam().test_value()->DeepCopy());