Searched refs:NotificationProvider (Results 1 – 6 of 6) sorted by relevance
36 void NotificationProvider::RegisterUserPrefs(PrefService* user_prefs) { in RegisterUserPrefs()47 ContentSettingsPattern NotificationProvider::ToContentSettingsPattern( in ToContentSettingsPattern()59 GURL NotificationProvider::ToGURL(const ContentSettingsPattern& pattern) { in ToGURL()81 NotificationProvider::NotificationProvider( in NotificationProvider() function in content_settings::NotificationProvider88 NotificationProvider::~NotificationProvider() { in ~NotificationProvider()92 bool NotificationProvider::ContentSettingsTypeIsManaged( in ContentSettingsTypeIsManaged()97 ContentSetting NotificationProvider::GetContentSetting( in GetContentSetting()108 void NotificationProvider::SetContentSetting( in SetContentSetting()136 void NotificationProvider::GetAllContentSettingsRules( in GetAllContentSettingsRules()168 void NotificationProvider::ClearAllContentSettingsRules( in ClearAllContentSettingsRules()[all …]
24 class NotificationProvider : public ProviderInterface,33 explicit NotificationProvider(Profile* profile);35 virtual ~NotificationProvider();105 DISALLOW_COPY_AND_ASSIGN(NotificationProvider);
78 content_settings::NotificationProvider::ToGURL( in GetOriginsWithSettingFromContentSettingsRules()273 content_settings::NotificationProvider::RegisterUserPrefs(user_prefs); in RegisterUserPrefs()279 provider_.reset(new content_settings::NotificationProvider(profile_)); in InitPrefs()325 content_settings::NotificationProvider::ToContentSettingsPattern(origin); in GrantPermission()345 content_settings::NotificationProvider::ToContentSettingsPattern(origin); in DenyPermission()
156 scoped_ptr<content_settings::NotificationProvider> provider_;
104 @param result A value from WebCore::NotificationProvider::Permission enum.
73652 API through a NotificationProvider interface, which must provide the services