/external/chromium_org/third_party/WebKit/Source/modules/notifications/ |
D | NotificationCenter.cpp | 45 PassRefPtr<NotificationCenter> NotificationCenter::create(ExecutionContext* context, NotificationCl… in create() 47 … RefPtr<NotificationCenter> notificationCenter(adoptRef(new NotificationCenter(context, client))); in create() 52 NotificationCenter::NotificationCenter(ExecutionContext* context, NotificationClient* client) in NotificationCenter() function in WebCore::NotificationCenter 59 int NotificationCenter::checkPermission() in checkPermission() 77 void NotificationCenter::requestPermission(PassOwnPtr<VoidCallback> callback) in requestPermission() 96 void NotificationCenter::stop() in stop() 101 void NotificationCenter::requestTimedOut(NotificationCenter::NotificationRequestCallback* request) in requestTimedOut() 106 …sRefPtr<NotificationCenter::NotificationRequestCallback> NotificationCenter::NotificationRequestCa… in createAndStartTimer() 108 …RefPtr<NotificationCenter::NotificationRequestCallback> requestCallback = adoptRef(new Notificatio… in createAndStartTimer() 113 NotificationCenter::NotificationRequestCallback::NotificationRequestCallback(NotificationCenter* ce… in NotificationRequestCallback() [all …]
|
D | NotificationCenter.h | 55 class NotificationCenter : public RefCounted<NotificationCenter>, public ScriptWrappable, public Ac… 57 static PassRefPtr<NotificationCenter> create(ExecutionContext*, NotificationClient*); 76 NotificationCenter(ExecutionContext*, NotificationClient*); 80 …static PassRefPtr<NotificationRequestCallback> createAndStartTimer(NotificationCenter*, PassOwnPtr… 84 NotificationRequestCallback(NotificationCenter*, PassOwnPtr<VoidCallback>); 86 RefPtr<NotificationCenter> m_notificationCenter;
|
D | WorkerGlobalScopeNotifications.h | 36 class NotificationCenter; variable 44 static NotificationCenter* webkitNotifications(WorkerGlobalScope*); 50 NotificationCenter* webkitNotifications(); 54 RefPtr<NotificationCenter> m_notificationCenter;
|
D | DOMWindowNotifications.h | 39 class NotificationCenter; variable 45 static NotificationCenter* webkitNotifications(DOMWindow*); 54 NotificationCenter* webkitNotifications(); 58 RefPtr<NotificationCenter> m_notificationCenter;
|
D | WorkerGlobalScopeNotifications.cpp | 63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context) in webkitNotifications() 68 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications() in webkitNotifications() 71 …m_notificationCenter = NotificationCenter::create(m_context, m_context->thread()->getNotificationC… in webkitNotifications()
|
D | WebKitNotification.h | 45 class NotificationCenter; variable 53 …onst String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider); 68 …onst String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider);
|
D | DOMWindowNotifications.cpp | 65 NotificationCenter* DOMWindowNotifications::webkitNotifications(DOMWindow* window) in webkitNotifications() 82 NotificationCenter* DOMWindowNotifications::webkitNotifications() in webkitNotifications() 100 m_notificationCenter = NotificationCenter::create(document, provider); in webkitNotifications()
|
D | WebKitNotification.cpp | 44 …g& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider) in create() 52 …g& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider) in WebKitNotification()
|
D | WorkerGlobalScopeNotifications.idl | 30 [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
|
D | WindowNotifications.idl | 31 …dings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifi…
|
D | NotificationCenter.idl | 36 ] interface NotificationCenter {
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gypi | 123 'notifications/NotificationCenter.idl', 502 'notifications/NotificationCenter.cpp', 503 'notifications/NotificationCenter.h',
|
D | modules.target.linux-arm.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
D | modules.target.darwin-arm.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
D | modules.target.darwin-x86.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
D | modules.target.darwin-mips.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
D | modules.target.linux-mips.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
D | modules.target.linux-x86.mk | 162 third_party/WebKit/Source/modules/notifications/NotificationCenter.cpp \
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 432 ../modules/notifications/NotificationCenter.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|
D | interface_dependencies.target.darwin-x86.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|
D | interface_dependencies.target.darwin-arm.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|
D | interface_dependencies.target.linux-mips.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|
D | interface_dependencies.target.linux-arm.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|
D | interface_dependencies.target.linux-x86.mk | 21 ….idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/notifications/NotificationCenter.idl $(LOCAL_…
|