Searched refs:policy_key (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_delegate_win.cc | 92 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ); in GetRegistryPolicyString() local 94 if (ReadRegistryStringValue(&policy_key, name, result)) in GetRegistryPolicyString() 98 if (policy_key.Open(HKEY_CURRENT_USER, kRegistrySubKey, in GetRegistryPolicyString() 101 return ReadRegistryStringValue(&policy_key, name, result); in GetRegistryPolicyString() 108 RegKey policy_key; in GetRegistryPolicyStringList() local 109 if (policy_key.Open(HKEY_LOCAL_MACHINE, path.c_str(), KEY_READ) != in GetRegistryPolicyStringList() 112 if (policy_key.Open(HKEY_CURRENT_USER, path.c_str(), KEY_READ) != in GetRegistryPolicyStringList() 118 while (ReadRegistryStringValue(&policy_key, base::IntToString16(++index), in GetRegistryPolicyStringList() 137 RegKey policy_key(HKEY_LOCAL_MACHINE, kRegistrySubKey, KEY_READ); in GetRegistryPolicyInteger() local 138 if (policy_key.ReadValueDW(value_name.c_str(), &value) == ERROR_SUCCESS) { in GetRegistryPolicyInteger() [all …]
|
D | config_dir_policy_provider_unittest.cc | 109 const char* policy_key, in ValueTestParams() argument 112 policy_key_(policy_key), in ValueTestParams() 134 const char* policy_key() const { return policy_key_; } in policy_key() function in policy::ValueTestParams 140 const char* policy_key) { in ForStringPolicy() argument 141 return ValueTestParams(type, policy_key, Value::CreateStringValue("test")); in ForStringPolicy() 145 const char* policy_key) { in ForBooleanPolicy() argument 146 return ValueTestParams(type, policy_key, Value::CreateBooleanValue(true)); in ForBooleanPolicy() 150 const char* policy_key) { in ForIntegerPolicy() argument 151 return ValueTestParams(type, policy_key, Value::CreateIntegerValue(42)); in ForIntegerPolicy() 155 const char* policy_key) { in ForListPolicy() argument [all …]
|
/external/chromium/net/tools/testserver/ |
D | device_management.py | 284 setting.policy_key = 'chrome-policy'
|