Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

21 // This iterator is used for iterating the rules for |content_type| and
59 ContentSettingsType content_type,
61 : content_type(content_type),
67 if (content_type != other.content_type)
68 return content_type < other.content_type;
92 ContentSettingsType content_type,
95 EntryMapKey key(content_type, resource_identifier);
126 ContentSettingsType content_type,
128 EntryMapKey key(content_type, resource_identifier);
149 ContentSettingsType content_type,
155 EntryMapKey key(content_type, resource_identifier);
164 ContentSettingsType content_type,
166 EntryMapKey key(content_type, resource_identifier);
175 ContentSettingsType content_type,
177 EntryMapKey key(content_type, resource_identifier);