HomeSort by relevance Sort by last modified time
    Searched refs:WebPushClient (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebPushClient.h 18 class WebPushClient {
20 virtual ~WebPushClient() { }
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushController.h 15 class WebPushClient;
25 static PassOwnPtrWillBeRawPtr<PushController> create(blink::WebPushClient*);
28 static blink::WebPushClient* clientFrom(Page*);
30 blink::WebPushClient* client() const { return m_client; }
35 explicit PushController(blink::WebPushClient*);
37 blink::WebPushClient* m_client;
40 void providePushControllerTo(Page&, blink::WebPushClient*);
PushController.cpp 8 #include "public/platform/WebPushClient.h"
13 PushController::PushController(blink::WebPushClient* client)
18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(blink::WebPushClient* client)
23 blink::WebPushClient* PushController::clientFrom(Page* page)
35 void providePushControllerTo(Page& page, blink::WebPushClient* client)
PushManager.cpp 17 #include "public/platform/WebPushClient.h"
36 blink::WebPushClient* client = PushController::clientFrom(toDocument(scriptState->executionContext())->page());
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_push_client.h 10 #include "third_party/WebKit/public/platform/WebPushClient.h"
18 // MockWebPushClient is a mock implementation of WebPushClient to be able to
25 class MockWebPushClient : public blink::WebPushClient {
36 // WebPushClient implementation.
web_test_proxy.h 54 class WebPushClient;
240 blink::WebPushClient* GetWebPushClient();
385 virtual blink::WebPushClient* webPushClient() {
web_test_proxy.cc     [all...]
  /external/chromium_org/content/renderer/
push_messaging_dispatcher.h 12 #include "third_party/WebKit/public/platform/WebPushClient.h"
28 public blink::WebPushClient {
37 // WebPushClient implementation.
render_view_impl.h 459 virtual blink::WebPushClient* webPushClient();
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 65 class WebPushClient;
289 virtual WebPushClient* webPushClient() { return 0; }

Completed in 240 milliseconds