Searched refs:clientFrom (Results 1 – 4 of 4) sorted by relevance
48 NotificationClient* NotificationController::clientFrom(Page* page) in clientFrom() function in WebCore::NotificationController
45 static NotificationClient* clientFrom(Page*);
98 NotificationClient* provider = NotificationController::clientFrom(page); in webkitNotifications()
45 NotificationClient* client = NotificationController::clientFrom(toDocument(context)->page()); in create()