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

  /external/chromium_org/content/renderer/
notification_provider.h 19 // NotificationProvider class is owned by the RenderFrame. Only to be used on
21 class NotificationProvider : public RenderFrameObserver,
24 explicit NotificationProvider(RenderFrame* render_frame);
25 virtual ~NotificationProvider();
52 DISALLOW_COPY_AND_ASSIGN(NotificationProvider);
notification_provider.cc 29 NotificationProvider::NotificationProvider(RenderFrame* render_frame)
33 NotificationProvider::~NotificationProvider() {
36 bool NotificationProvider::show(const WebNotification& notification) {
51 void NotificationProvider::cancel(const WebNotification& notification) {
59 void NotificationProvider::objectDestroyed(
68 WebNotificationPresenter::Permission NotificationProvider::checkPermission(
78 void NotificationProvider::requestPermission(
87 bool NotificationProvider::OnMessageReceived(const IPC::Message& message)
    [all...]

Completed in 31 milliseconds