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

  /external/chromium_org/components/policy/core/common/
policy_loader_win.h 91 // Parses Chrome policy from |gpo_dict| for the given |scope| and |level| and
93 void LoadChromePolicy(const RegistryDict* gpo_dict,
98 // Loads 3rd-party policy from |gpo_dict| and merges it into |bundle|.
99 void Load3rdPartyPolicy(const RegistryDict* gpo_dict,
policy_loader_win.cc 273 // Parses |gpo_dict| according to |schema| and writes the resulting policy
275 void ParsePolicy(const RegistryDict* gpo_dict,
280 if (!gpo_dict)
283 scoped_ptr<base::Value> policy_value(gpo_dict->ConvertToJSON(schema));
409 RegistryDict gpo_dict; local
428 if (is_enterprise || !ReadPolicyFromGPO(scope, &gpo_dict, &status)) {
431 gpo_dict.ReadRegistry(kScopes[i].hive, chrome_policy_key_);
436 gpo_dict.RemoveKey(kKeyRecommended));
438 gpo_dict.RemoveKey(kKeyThirdParty));
441 LoadChromePolicy(&gpo_dict, POLICY_LEVEL_MANDATORY, scope, chrome_policy)
    [all...]

Completed in 322 milliseconds