OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_identifier
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/variations/
variations_associated_data.cc
31
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
);
/external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc
273
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/chrome/browser/ui/webui/
plugins_ui.cc
363
std::string
group_identifier
= plugin_metadata->identifier();
local
452
group_data->SetString("id",
group_identifier
);
482
whitelist->GetBoolean(
group_identifier
, &always_allowed);
/external/chromium_org/chrome/common/
render_messages.h
103
IPC_STRUCT_MEMBER(std::string,
group_identifier
)
/external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc
231
output.
group_identifier
= plugin_metadata->identifier();
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc
619
const std::string& identifier = output.
group_identifier
;
[
all
...]
Completed in 282 milliseconds