Lines Matching refs:profile
14 #include "chrome/browser/profiles/profile.h"
29 Profile* profile,
31 : ContentSettingBubbleModel(tab_contents, profile, content_type) {
132 Profile* profile,
134 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
166 Profile* profile,
168 : ContentSettingTitleLinkAndCustomModel(tab_contents, profile,
207 UTF8ToWide(profile()->GetPrefs()->GetString(prefs::kAcceptLanguages)),
269 HostContentSettingsMap* map = profile()->GetHostContentSettingsMap();
302 profile()->GetHostContentSettingsMap()->AddExceptionForURL(
315 Profile* profile,
317 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
345 Profile* profile,
347 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
369 Profile* profile,
371 : ContentSettingSingleRadioGroup(tab_contents, profile, content_type) {
412 Profile* profile,
414 : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
468 profile()->GetGeolocationContentSettingsMap();
481 Profile* profile,
484 return new ContentSettingCookiesBubbleModel(tab_contents, profile,
488 return new ContentSettingPopupBubbleModel(tab_contents, profile,
492 return new ContentSettingDomainListBubbleModel(tab_contents, profile,
496 return new ContentSettingPluginBubbleModel(tab_contents, profile,
499 return new ContentSettingSingleRadioGroup(tab_contents, profile,
505 Profile* profile,
508 profile_(profile),