/external/chromium_org/chrome/browser/chromeos/policy/ |
network_configuration_updater.cc | 66 policy_key_(policy_key), 75 policy_key_, 112 const base::Value* policy_value = policies.GetValue(policy_key_);
|
network_configuration_updater.h | 93 std::string policy_key_; member in class:policy::NetworkConfigurationUpdater
|
user_cloud_policy_store_chromeos.cc | 250 LoadPolicyKey(policy_key_path_, &policy_key_); 258 validator->ValidateSignature(policy_key_, allow_rotation); 270 if (policy_key_.empty()) { 274 validator->ValidateSignature(policy_key_, allow_rotation); 355 // Load |policy_key_| to verify the loaded policy. 370 validator->ValidateSignature(policy_key_, allow_rotation); 523 policy_key_.swap(*key);
|
user_cloud_policy_store_chromeos.h | 103 // Invokes |callback| after reloading |policy_key_|. 114 // Invokes |callback| after creating |policy_key_|, if it hasn't been created 138 std::vector<uint8> policy_key_; member in class:policy::UserCloudPolicyStoreChromeOS
|
/external/chromium/chrome/browser/policy/ |
config_dir_policy_provider_unittest.cc | 112 policy_key_(policy_key), 119 policy_key_(other.policy_key_), 129 std::swap(policy_key_, other.policy_key_); 134 const char* policy_key() const { return policy_key_; } 164 const char* policy_key_; member in class:policy::ValueTestParams
|
/external/chromium_org/chrome/browser/policy/test/ |
local_policy_test_server.cc | 93 policy_key_ = server_data_dir_.path().Append(kSigningKeyFileName); 95 policy_key_, 225 if (!policy_key_.empty()) 226 arguments->SetString("policy-key", policy_key_.AsUTF8Unsafe());
|
local_policy_test_server.h | 93 base::FilePath policy_key_; member in class:policy::LocalPolicyTestServer
|