Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

44   ContentSettingsType content_type;
133 ContentSettingsType content_type) const {
135 return managed_default_content_settings_.settings[content_type];
139 ContentSettingsType content_type,
144 ContentSettingsType content_type) const {
146 if (managed_default_content_settings_.settings[content_type] !=
284 ContentSettingsType content_type) {
286 if (kPrefToManageType[content_type] == NULL) {
287 content_type_is_managed_[content_type] = false;
289 content_type_is_managed_[content_type] =
290 prefs->IsManagedPreference(kPrefToManageType[content_type]);
325 ContentSettingsType content_type) {
326 return content_type_is_managed_[content_type];
359 kPrefsForManagedContentSettingsMap[i].content_type,
388 ContentSettingsType content_type,
396 ContentSettingsType content_type,
401 content_type,
406 ContentSettingsType content_type) {