HomeSort by relevance Sort by last modified time
    Searched defs:TabSpecificContentSettings (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 27 class TabSpecificContentSettings
33 // associated with this TabSpecificContentSettings object were accessed.
42 TabSpecificContentSettings(Delegate* delegate, Profile* profile);
44 virtual ~TabSpecificContentSettings() {}
194 DISALLOW_COPY_AND_ASSIGN(TabSpecificContentSettings);
tab_specific_content_settings.cc 15 bool TabSpecificContentSettings::LocalSharedObjectsContainer::empty() const {
24 bool TabSpecificContentSettings::IsContentBlocked(
43 bool TabSpecificContentSettings::IsBlockageIndicated(
48 void TabSpecificContentSettings::SetBlockageHasBeenIndicated(
53 bool TabSpecificContentSettings::IsContentAccessed(
63 TabSpecificContentSettings::BlockedResourcesForType(
73 void TabSpecificContentSettings::AddBlockedResource(
81 void TabSpecificContentSettings::OnContentBlocked(
96 void TabSpecificContentSettings::OnContentAccessed(ContentSettingsType type) {
106 void TabSpecificContentSettings::OnCookiesRead
    [all...]

Completed in 26 milliseconds