OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:group_identifier
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc
276
const std::string&
group_identifier
= plugin_metadata->identifier();
local
277
if (group_identifiers.find(
group_identifier
) != group_identifiers.end())
280
group_identifiers.insert(
group_identifier
);
282
dict->SetString(keys::kIdKey,
group_identifier
);
/external/chromium_org/chrome/browser/ui/webui/
plugins_ui.cc
357
std::string
group_identifier
= plugin_metadata->identifier();
local
430
group_data->SetString("id",
group_identifier
);
459
whitelist->GetBoolean(
group_identifier
, &always_allowed);
Completed in 190 milliseconds