Searched defs:attr_map (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc88 std::map<std::string, std::string> attr_map; local
94 attr_map.insert(std::make_pair(entry->name(),
98 DecodeInstallAttributes(attr_map);
132 std::map<std::string, std::string> attr_map; local
137 attr_map[kEnterpriseAttributes[i]] = value;
140 DecodeInstallAttributes(attr_map);
357 const std::map<std::string, std::string>& attr_map) {
361 if (ReadMapKey(attr_map, kAttrEnterpriseOwned, &enterprise_owned) &&
362 ReadMapKey(attr_map, kAttrEnterpriseUser, &enterprise_user) &&
375 if (ReadMapKey(attr_map, kAttrEnterpriseDomai
356 DecodeInstallAttributes( const std::map<std::string, std::string>& attr_map) argument
[all...]

Completed in 50 milliseconds