HomeSort by relevance Sort by last modified time
    Searched refs:hkcu_value (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 40 // 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::__anon4747::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());
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 807 string16 hkcu_value; local
    [all...]

Completed in 47 milliseconds