Searched refs:NotificationController (Results 1 – 12 of 12) sorted by relevance
34 NotificationController::NotificationController(NotificationClient* client) in NotificationController() function in WebCore::NotificationController39 NotificationController::~NotificationController() in ~NotificationController()43 PassOwnPtr<NotificationController> NotificationController::create(NotificationClient* client) in create()45 return adoptPtr(new NotificationController(client)); in create()48 NotificationClient* NotificationController::clientFrom(Page* page) in clientFrom()50 if (NotificationController* controller = NotificationController::from(page)) in clientFrom()55 const char* NotificationController::supplementName() in supplementName()62 …NotificationController::provideTo(page, NotificationController::supplementName(), NotificationCont… in provideNotification()
37 class NotificationController : public Supplement<Page> {38 WTF_MAKE_NONCOPYABLE(NotificationController);40 ~NotificationController();42 static PassOwnPtr<NotificationController> create(NotificationClient*);44 …static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supp… in from()50 explicit NotificationController(NotificationClient*);
45 NotificationClient* client = NotificationController::clientFrom(toDocument(context)->page()); in create()83 …return permissionString(NotificationController::from(toDocument(context)->page())->client()->check… in permission()89 …NotificationController::from(toDocument(context)->page())->client()->requestPermission(context, ca… in requestPermission()
98 NotificationClient* provider = NotificationController::clientFrom(page); in webkitNotifications()
60 …if (NotificationController::from(toDocument(executionContext())->page())->client()->checkPermissio… in show()
504 'notifications/NotificationController.cpp',505 'notifications/NotificationController.h',
163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \