HomeSort by relevance Sort by last modified time
    Searched defs:NotificationProvider (Results 1 - 4 of 4) 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...]
  /external/chromium_org/content/renderer/
notification_provider.h 20 // NotificationProvider class is owned by the RenderView. Only
22 class NotificationProvider : public RenderViewObserver,
25 explicit NotificationProvider(RenderViewImpl* render_view);
26 virtual ~NotificationProvider();
57 DISALLOW_COPY_AND_ASSIGN(NotificationProvider);
notification_provider.cc 30 NotificationProvider::NotificationProvider(RenderViewImpl* render_view)
34 NotificationProvider::~NotificationProvider() {
38 bool NotificationProvider::show(const WebNotification& notification) {
46 void NotificationProvider::cancel(const WebNotification& notification) {
54 void NotificationProvider::objectDestroyed(
63 WebNotificationPresenter::Permission NotificationProvider::checkPermission(
73 void NotificationProvider::requestPermission(
86 bool NotificationProvider::OnMessageReceived(const IPC::Message& message)
    [all...]

Completed in 41 milliseconds