Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

44 ContentSetting FixObsoleteCookiePromptMode(ContentSettingsType content_type,
46 if (content_type == CONTENT_SETTINGS_TYPE_COOKIES &&
57 bool GetResourceTypeName(ContentSettingsType content_type,
59 if (content_type == CONTENT_SETTINGS_TYPE_PLUGINS) {
125 ContentSettingsType content_type,
154 content_type,
161 content_type,
169 content_type,
175 primary_pattern, secondary_pattern, content_type, resource_identifier);
181 ContentSettingsType content_type) {
193 map_to_modify->GetRuleIterator(content_type, std::string(), NULL));
198 map_to_modify->DeleteValues(content_type, std::string());
205 content_type,
211 content_type,
220 ContentSettingsType content_type,
224 return incognito_value_map_.GetRuleIterator(content_type,
227 return value_map_.GetRuleIterator(content_type, resource_identifier, &lock_);
236 ContentSettingsType content_type,
264 if (GetResourceTypeName(content_type, &res_dictionary_path) &&
289 std::string setting_path = GetTypeName(content_type);
413 ContentSettingsType content_type = static_cast<ContentSettingsType>(i);
416 if (GetResourceTypeName(content_type, &res_dictionary_path)) {
429 content_type,
436 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) {
449 setting = FixObsoleteCookiePromptMode(content_type,
459 content_type,
462 if (content_type == CONTENT_SETTINGS_TYPE_COOKIES) {