Home | History | Annotate | Download | only in content_settings

Lines Matching defs:NotificationProvider

32 // NotificationProvider
36 void NotificationProvider::RegisterUserPrefs(PrefService* user_prefs) {
47 ContentSettingsPattern NotificationProvider::ToContentSettingsPattern(
59 GURL NotificationProvider::ToGURL(const ContentSettingsPattern& pattern) {
81 NotificationProvider::NotificationProvider(
88 NotificationProvider::~NotificationProvider() {
92 bool NotificationProvider::ContentSettingsTypeIsManaged(
97 ContentSetting NotificationProvider::GetContentSetting(
108 void NotificationProvider::SetContentSetting(
136 void NotificationProvider::GetAllContentSettingsRules(
168 void NotificationProvider::ClearAllContentSettingsRules(
174 void NotificationProvider::ResetToDefaults() {
178 void NotificationProvider::Observe(NotificationType type,
193 void NotificationProvider::StartObserving() {
208 void NotificationProvider::StopObserving() {
215 void NotificationProvider::OnPrefsChanged(const std::string& pref_name) {
223 void NotificationProvider::NotifySettingsChange() {
235 std::vector<GURL> NotificationProvider::GetAllowedOrigins() const {
248 std::vector<GURL> NotificationProvider::GetBlockedOrigins() const {
261 void NotificationProvider::GrantPermission(const GURL& origin) {
267 void NotificationProvider::DenyPermission(const GURL& origin) {
273 void NotificationProvider::PersistPermissionChange(
326 ContentSetting NotificationProvider::GetContentSetting(
346 void NotificationProvider::ResetAllowedOrigin(const GURL& origin) {
363 void NotificationProvider::ResetBlockedOrigin(const GURL& origin) {
380 void NotificationProvider::ResetAllOrigins() {