Home | History | Annotate | Download | only in browser

Lines Matching refs:content_type

30                                   ContentSettingsType content_type)
31 : ContentSettingBubbleModel(tab_contents, profile, content_type) {
33 DCHECK_NE(content_type, CONTENT_SETTINGS_TYPE_NOTIFICATIONS);
46 content_type());
95 content_type()) &&
97 content_type())) {
102 if (title_ids[content_type()])
103 set_title(l10n_util::GetStringUTF8(title_ids[content_type()]));
119 set_manage_link(l10n_util::GetStringUTF8(kLinkIDs[content_type()]));
124 tab_contents()->delegate()->ShowContentSettingsPage(content_type());
133 ContentSettingsType content_type)
134 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
154 if (kCustomIDs[content_type()])
155 set_custom_link(l10n_util::GetStringUTF8(kCustomIDs[content_type()]));
167 ContentSettingsType content_type)
169 content_type),
250 allowIDs[content_type()], UTF8ToUTF16(display_host));
265 radio_block_label = l10n_util::GetStringUTF8(kBlockIDs[content_type()]);
273 map->GetContentSetting(url, content_type(), std::string());
279 content_type(),
303 bubble_content().radio_group.url, content_type(), resource_identifier,
316 ContentSettingsType content_type)
317 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
318 DCHECK_EQ(CONTENT_SETTINGS_TYPE_COOKIES, content_type);
346 ContentSettingsType content_type)
347 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
348 DCHECK_EQ(content_type, CONTENT_SETTINGS_TYPE_PLUGINS);
370 ContentSettingsType content_type)
371 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
413 ContentSettingsType content_type)
414 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
415 DCHECK_EQ(CONTENT_SETTINGS_TYPE_GEOLOCATION, content_type) <<
482 ContentSettingsType content_type) {
483 if (content_type == CONTENT_SETTINGS_TYPE_COOKIES) {
485 content_type);
487 if (content_type == CONTENT_SETTINGS_TYPE_POPUPS) {
489 content_type);
491 if (content_type == CONTENT_SETTINGS_TYPE_GEOLOCATION) {
493 content_type);
495 if (content_type == CONTENT_SETTINGS_TYPE_PLUGINS) {
497 content_type);
500 content_type);
506 ContentSettingsType content_type)
509 content_type_(content_type) {