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

/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_api.cc273 const std::string& group_identifier = plugin_metadata->identifier(); local
274 if (group_identifiers.find(group_identifier) != group_identifiers.end())
277 group_identifiers.insert(group_identifier);
279 dict->SetString(keys::kIdKey, group_identifier);
/external/chromium_org/components/variations/
H A Dvariations_associated_data.cc31 const ActiveGroupId& group_identifier,
41 DCHECK_EQ(EMPTY_ID, GetID(other_key, group_identifier));
44 // Validate that all collections with this |group_identifier| have the same
50 VariationID other_id = GetID(other_key, group_identifier);
59 group_to_id_map->find(group_identifier) == group_to_id_map->end())
60 (*group_to_id_map)[group_identifier] = id;
64 const ActiveGroupId& group_identifier) {
67 GroupToIDMap::const_iterator it = group_to_id_map->find(group_identifier);
30 AssociateID(IDCollectionKey key, const ActiveGroupId& group_identifier, const VariationID id, const bool force) argument
63 GetID(IDCollectionKey key, const ActiveGroupId& group_identifier) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dplugins_ui.cc363 std::string group_identifier = plugin_metadata->identifier(); local
452 group_data->SetString("id", group_identifier);
482 whitelist->GetBoolean(group_identifier, &always_allowed);

Completed in 1015 milliseconds