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

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_origin_identifier_value_map.h29 struct EntryMapKey { struct in class:content_settings::OriginIdentifierValueMap
32 EntryMapKey(ContentSettingsType content_type,
34 bool operator<(const OriginIdentifierValueMap::EntryMapKey& other) const;
46 typedef std::map<EntryMapKey, Rules> EntryMap;
H A Dcontent_settings_origin_identifier_value_map.cc58 OriginIdentifierValueMap::EntryMapKey::EntryMapKey( function in class:content_settings::OriginIdentifierValueMap::EntryMapKey
65 bool OriginIdentifierValueMap::EntryMapKey::operator<(
66 const OriginIdentifierValueMap::EntryMapKey& other) const {
95 EntryMapKey key(content_type, resource_identifier);
128 EntryMapKey key(content_type, resource_identifier);
155 EntryMapKey key(content_type, resource_identifier);
166 EntryMapKey key(content_type, resource_identifier);
177 EntryMapKey key(content_type, resource_identifier);

Completed in 62 milliseconds