Searched refs:WebPushClient (Results 1 – 13 of 13) sorted by relevance
16 class WebPushClient; variable23 static PassOwnPtrWillBeRawPtr<PushController> create(WebPushClient*);26 static WebPushClient* clientFrom(Page*);28 WebPushClient* client() const { return m_client; } in client()33 explicit PushController(WebPushClient*);35 WebPushClient* m_client;38 void providePushControllerTo(Page&, WebPushClient*);
13 PushController::PushController(WebPushClient* client) in PushController()18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(WebPushClient* client) in create()23 WebPushClient* PushController::clientFrom(Page* page) in clientFrom()35 void providePushControllerTo(Page& page, WebPushClient* client) in providePushControllerTo()
43 WebPushClient* client = PushController::clientFrom(document->page()); in registerPushMessaging()
19 class WebPushClient {21 virtual ~WebPushClient() { } in ~WebPushClient()
63 class WebPushClient; variable293 virtual WebPushClient* webPushClient() { return 0; } in webPushClient()
26 class MockWebPushClient : public blink::WebPushClient {
56 class WebPushClient; variable239 blink::WebPushClient* GetWebPushClient();402 virtual blink::WebPushClient* webPushClient() { in webPushClient()
1359 blink::WebPushClient* WebTestProxyBase::GetWebPushClient() { in GetWebPushClient()
28 public blink::WebPushClient {
46 class WebPushClient; variable426 virtual blink::WebPushClient* pushClient();
435 virtual blink::WebPushClient* webPushClient();
3935 blink::WebPushClient* RenderViewImpl::webPushClient() { in webPushClient()
3043 blink::WebPushClient* RenderFrameImpl::pushClient() { in pushClient()