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

/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_win_unittest.cc40 // Assumes ownership of |hklm_value| and |hkcu_value|.
44 Value* hkcu_value)
48 hkcu_value_(hkcu_value) {}
73 const Value* hkcu_value() const { return hkcu_value_.get(); } function in class:policy::__anon2177::PolicyTestParams
105 ListValue* hkcu_value = new ListValue; local
106 hkcu_value->Set(0U, Value::CreateStringValue("It's a bird!"));
107 hkcu_value->Set(0U, Value::CreateStringValue("It's a flying carpet!"));
108 return PolicyTestParams(type, policy_name, hklm_value, hkcu_value);
309 GetParam().hkcu_value());
331 GetParam().hkcu_value());
41 PolicyTestParams(ConfigurationPolicyType type, const char* policy_name, Value* hklm_value, Value* hkcu_value) argument
[all...]

Completed in 161 milliseconds