Home
last modified time | relevance | path

Searched refs:NotificationController (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationController.cpp34 NotificationController::NotificationController(NotificationClient* client) in NotificationController() function in WebCore::NotificationController
39 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()
62NotificationController::provideTo(page, NotificationController::supplementName(), NotificationCont… in provideNotification()
DNotificationController.h37 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*);
DNotification.cpp45 NotificationClient* client = NotificationController::clientFrom(toDocument(context)->page()); in create()
83 …return permissionString(NotificationController::from(toDocument(context)->page())->client()->check… in permission()
89NotificationController::from(toDocument(context)->page())->client()->requestPermission(context, ca… in requestPermission()
DDOMWindowNotifications.cpp98 NotificationClient* provider = NotificationController::clientFrom(page); in webkitNotifications()
DNotificationBase.cpp60 …if (NotificationController::from(toDocument(executionContext())->page())->client()->checkPermissio… in show()
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi504 'notifications/NotificationController.cpp',
505 'notifications/NotificationController.h',
Dmodules.target.linux-arm.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
Dmodules.target.darwin-arm.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
Dmodules.target.darwin-x86.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
Dmodules.target.darwin-mips.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
Dmodules.target.linux-mips.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
Dmodules.target.linux-x86.mk163 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \