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

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.cpp 27 #include "modules/notifications/NotificationController.h"
36 NotificationController::NotificationController(PassOwnPtr<NotificationClient> client)
41 NotificationController::~NotificationController()
45 PassOwnPtrWillBeRawPtr<NotificationController> NotificationController::create(PassOwnPtr<NotificationClient> client)
47 return adoptPtrWillBeNoop(new NotificationController(client));
50 NotificationController* NotificationController::from(ExecutionContext* context
    [all...]
NotificationController.h 38 class NotificationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<NotificationController>, public WillBeHeapSupplement<LocalFrame> {
39 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NotificationController);
40 WTF_MAKE_NONCOPYABLE(NotificationController);
42 virtual ~NotificationController();
44 static PassOwnPtrWillBeRawPtr<NotificationController> create(PassOwnPtr<NotificationClient>);
46 static NotificationController* from(ExecutionContext*);
52 explicit NotificationController(PassOwnPtr<NotificationClient>);
Notification.cpp 39 #include "modules/notifications/NotificationController.h"
47 NotificationClient& client = NotificationController::clientFrom(context);
159 return permissionString(NotificationController::clientFrom(context).checkPermission(context));
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.darwin-arm64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.darwin-mips.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.darwin-mips64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.darwin-x86.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.darwin-x86_64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-arm.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-arm64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-mips.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-mips64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-x86.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]
modules.target.linux-x86_64.mk 283 third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
    [all...]

Completed in 1602 milliseconds