Searched refs:PushController (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushController.cpp6 #include "modules/push_messaging/PushController.h"
13 PushController::PushController(WebPushClient* client) function in class:blink::PushController
18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(WebPushClient* client)
20 return adoptPtrWillBeNoop(new PushController(client));
23 WebPushClient* PushController::clientFrom(Page* page)
25 if (PushController* controller = PushController::from(page))
30 const char* PushController
[all...]
H A DPushController.h18 class PushController FINAL : public NoBaseWillBeGarbageCollected<PushController>, public WillBeHeapSupplement<Page> {
19 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PushController);
20 WTF_MAKE_NONCOPYABLE(PushController);
23 static PassOwnPtrWillBeRawPtr<PushController> create(WebPushClient*);
25 static PushController* from(Page* page) { return static_cast<PushController*>(WillBeHeapSupplement<Page>::from(page, supplementName())); }
33 explicit PushController(WebPushClient*);
H A DPushManager.cpp17 #include "modules/push_messaging/PushController.h"
43 WebPushClient* client = PushController::clientFrom(document->page());
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.darwin-arm64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.darwin-mips.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.darwin-mips64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.darwin-x86.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.darwin-x86_64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-arm.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-arm64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-mips.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-mips64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-x86.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
H A Dmodules.target.linux-x86_64.mk291 third_party/WebKit/Source/modules/push_messaging/PushController.cpp \

Completed in 3282 milliseconds