Home
last modified time | relevance | path

Searched refs:clientFrom (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationController.cpp48 NotificationClient* NotificationController::clientFrom(Page* page) in clientFrom() function in WebCore::NotificationController
DNotificationController.h45 static NotificationClient* clientFrom(Page*);
DDOMWindowNotifications.cpp98 NotificationClient* provider = NotificationController::clientFrom(page); in webkitNotifications()
DNotification.cpp45 NotificationClient* client = NotificationController::clientFrom(toDocument(context)->page()); in create()