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

  /external/chromium/chrome/browser/policy/
configuration_policy_provider.cc 33 store->Apply(i->policy_type, value->DeepCopy());
46 const Value* value = policies->Get(i->policy_type);
48 store->Apply(i->policy_type, value->DeepCopy());
configuration_policy_provider.h 38 ConfigurationPolicyType policy_type; member in struct:policy::ConfigurationPolicyProvider::PolicyDefinitionList::Entry
device_token_fetcher.h 57 em::DeviceRegisterRequest_Type policy_type,
cloud_policy_controller_unittest.cc 130 const std::string& policy_type,
143 Return(policy_type));
device_token_fetcher.cc 66 em::DeviceRegisterRequest_Type policy_type,
72 policy_type_ = policy_type;
cloud_policy_controller.cc 236 em::DeviceRegisterRequest_Type policy_type = local
240 token_fetcher_->FetchToken(auth_token, device_id, policy_type,
configuration_policy_pref_store.cc 62 ConfigurationPolicyType policy_type; member in struct:policy::ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
358 if (map[current].policy_type == policy) {
    [all...]
  /external/chromium/net/tools/testserver/
device_management.py 243 policy_data.policy_type = msg.policy_type
325 if request.policy_type == 'google/chromeos/unregistered_user':
329 elif (request.policy_type in
335 return (400, 'Invalid policy_type')
448 if (msg.policy_type in token_info['allowed_policy_types'] and
449 msg.policy_type in self._server.policy):
450 if msg.policy_type == 'google/chromeos/user':
453 self._server.policy[msg.policy_type])
455 elif msg.policy_type == 'google/chromeos/device'
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 67 poldata->policy_type() == kDevicePolicyType &&

Completed in 76 milliseconds