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

  /external/chromium_org/third_party/WebKit/public/platform/
WebPushClient.h 14 struct WebPushRegistration;
16 typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallbacks;
WebPushRegistration.h 12 struct WebPushRegistration {
13 WebPushRegistration(const WebString& endpoint, const WebString& registrationId)
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_push_client.cc 10 #include "third_party/WebKit/public/platform/WebPushRegistration.h"
51 scoped_ptr<blink::WebPushRegistration> registration(
52 new blink::WebPushRegistration(WebString::fromUTF8(end_point_),
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushRegistration.h 10 #include "public/platform/WebPushRegistration.h"
21 typedef blink::WebPushRegistration WebType;
  /external/chromium_org/content/renderer/
push_messaging_dispatcher.cc 11 #include "third_party/WebKit/public/platform/WebPushRegistration.h"
51 scoped_ptr<blink::WebPushRegistration> registration(
52 new blink::WebPushRegistration(

Completed in 522 milliseconds