Home
last modified time | relevance | path

Searched refs:GetHostContentSettingsMap (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc48 profile.GetHostContentSettingsMap(); in TEST_F()
179 profile.GetHostContentSettingsMap(); in TEST_F()
210 profile.GetHostContentSettingsMap(); in TEST_F()
246 profile.GetHostContentSettingsMap(); in TEST_F()
282 profile.GetHostContentSettingsMap(); in TEST_F()
319 profile.GetHostContentSettingsMap(); in TEST_F()
398 profile.GetHostContentSettingsMap(); in TEST_F()
451 profile.GetHostContentSettingsMap(); in TEST_F()
508 profile.GetHostContentSettingsMap(); in TEST_F()
529 profile.GetHostContentSettingsMap(); in TEST_F()
[all …]
Dcontent_settings_pref_provider_unittest.cc83 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); in TEST_F()
176 profile.GetHostContentSettingsMap(); in TEST_F()
188 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); in TEST_F()
233 profile.GetHostContentSettingsMap(); in TEST_F()
260 testing_profile.GetHostContentSettingsMap(); in TEST_F()
322 testing_profile.GetHostContentSettingsMap(); in TEST_F()
Dcontent_settings_policy_provider_unittest.cc64 profile.GetHostContentSettingsMap(); in TEST_F()
70 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); in TEST_F()
79 EXPECT_EQ(profile.GetHostContentSettingsMap(), observer.last_notifier); in TEST_F()
Dcontent_settings_policy_provider.cc210 Source<HostContentSettingsMap>(profile_->GetHostContentSettingsMap()), in NotifyObservers()
429 Source<HostContentSettingsMap>(profile_->GetHostContentSettingsMap()), in NotifyObservers()
Dcontent_settings_pref_provider.cc292 Source<HostContentSettingsMap>(profile_->GetHostContentSettingsMap()), in NotifyObservers()
771 profile_->GetHostContentSettingsMap()), in NotifyObservers()
/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service.cc287 profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( in InitPrefs()
371 profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( in Observe()
417 return profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( in GetDefaultContentSetting()
423 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting( in SetDefaultContentSetting()
428 return profile_->GetHostContentSettingsMap()->IsDefaultContentSettingManaged( in IsDefaultContentSettingManaged()
433 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting( in ResetToDefaultContentSetting()
/external/chromium/chrome/browser/net/
Dcookie_policy_browsertest.cc73 browser()->profile()->GetHostContentSettingsMap()-> in IN_PROC_BROWSER_TEST_F()
93 browser()->profile()->GetHostContentSettingsMap()-> in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/
Dplugin_exceptions_table_model_unittest.cc68 HostContentSettingsMap* map = profile_->GetHostContentSettingsMap(); in SetUp()
186 HostContentSettingsMap* map = profile_->GetHostContentSettingsMap(); in TEST_F()
Dcontent_setting_image_model_unittest.cc52 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting( in TEST_F()
Dcontent_setting_image_model.cc122 (tab_contents->profile()->GetHostContentSettingsMap()-> in UpdateFromTabContents()
Dcontent_setting_bubble_model.cc269 HostContentSettingsMap* map = profile()->GetHostContentSettingsMap(); in SetRadioGroup()
302 profile()->GetHostContentSettingsMap()->AddExceptionForURL( in AddException()
Dcontent_setting_bubble_model_unittest.cc106 HostContentSettingsMap* map = profile_->GetHostContentSettingsMap(); in TEST_F()
Dplugin_observer.cc162 tab_contents_->profile()->GetHostContentSettingsMap()->AddExceptionForURL( in Cancel()
/external/chromium/chrome/browser/ui/webui/
Dcollected_cookies_ui_delegate.cc148 tab_contents_->profile()->GetHostContentSettingsMap(); in CollectedCookiesUIDelegate()
230 tab_contents_->profile()->GetHostContentSettingsMap(), setting); in AddContentException()
/external/chromium/chrome/browser/profiles/
Dprofile.cc247 make_scoped_refptr(GetHostContentSettingsMap()), in GetAppCacheService()
445 virtual HostContentSettingsMap* GetHostContentSettingsMap() { in GetHostContentSettingsMap() function in OffTheRecordProfileImpl
448 profile_->GetHostContentSettingsMap(); in GetHostContentSettingsMap()
Dprofile_io_data.cc165 params->host_content_settings_map = profile->GetHostContentSettingsMap(); in InitializeProfileParams()
Dprofile.h403 virtual HostContentSettingsMap* GetHostContentSettingsMap() = 0;
Dprofile_impl.h96 virtual HostContentSettingsMap* GetHostContentSettingsMap();
/external/chromium/chrome/browser/ui/cocoa/
Dtable_model_array_controller_unittest.mm34 HostContentSettingsMap* map = profile->GetHostContentSettingsMap();
144 HostContentSettingsMap* map = profile->GetHostContentSettingsMap();
/external/chromium/chrome/browser/ui/options/
Doptions_util.cc84 profile->GetHostContentSettingsMap()->ResetToDefaults(); in ResetToDefaults()
/external/chromium/chrome/browser/ui/views/
Dcollected_cookies_win.cc290 tab_contents_->profile()->GetHostContentSettingsMap(); in CreateBlockedPane()
475 tab_contents_->profile()->GetHostContentSettingsMap(), setting); in AddContentException()
/external/chromium/chrome/browser/ui/gtk/
Dcollected_cookies_gtk.cc237 tab_contents_->profile()->GetHostContentSettingsMap(); in CreateBlockedPane()
459 tab_contents_->profile()->GetHostContentSettingsMap(), setting); in AddExceptions()
/external/chromium/chrome/browser/ui/webui/options/
Dcontent_settings_handler.cc721 return web_ui_->GetProfile()->GetHostContentSettingsMap(); in GetContentSettingsMap()
728 return profile->GetOffTheRecordProfile()->GetHostContentSettingsMap(); in GetOTRContentSettingsMap()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm184 if (tabContents_->profile()->GetHostContentSettingsMap()->
244 tabContents_->profile()->GetHostContentSettingsMap(),
/external/chromium/android/autofill/
Dprofile_android.h187 virtual HostContentSettingsMap* GetHostContentSettingsMap() { NOTREACHED(); return NULL; } in GetHostContentSettingsMap() function

12