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

  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.h 24 class NotificationProvider : public ProviderInterface,
33 explicit NotificationProvider(Profile* profile);
35 virtual ~NotificationProvider();
105 DISALLOW_COPY_AND_ASSIGN(NotificationProvider);
content_settings_notification_provider.cc 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
    [all...]

Completed in 48 milliseconds