/external/webkit/WebCore/notifications/ |
NotificationCenter.cpp | 35 #include "NotificationCenter.h" 43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) 48 int NotificationCenter::checkPermission() 57 void NotificationCenter::requestPermission(PassRefPtr<VoidCallback> callback)
|
NotificationCenter.h | 48 class NotificationCenter : public RefCounted<NotificationCenter>, public ActiveDOMObject { 50 static PassRefPtr<NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(context, presenter)); } 80 NotificationCenter(ScriptExecutionContext*, NotificationPresenter*);
|
NotificationCenter.idl | 36 ] NotificationCenter {
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8NotificationCenterCustom.cpp | 38 #include "NotificationCenter.h" 83 INC_STATS(L"DOM.NotificationCenter.CreateHTMLNotification()"); 84 NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder()); 88 RefPtr<Notification> notification = notificationCenter->createHTMLNotification(url, ec); 98 INC_STATS(L"DOM.NotificationCenter.CreateNotification()"); 99 NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder()); 102 RefPtr<Notification> notification = notificationCenter->createNotification(toWebCoreString(args[0]), toWebCoreString(args[1]), toWebCoreString(args[2]), ec); 112 INC_STATS(L"DOM.NotificationCenter.RequestPermission()") [all...] |
/external/webkit/WebKit/mac/WebInspector/ |
WebNodeHighlight.mm | 93 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 95 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewFrameDidChangeNotification object:v]; 96 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewBoundsDidChangeNotification object:v]; 118 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 119 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:nil]; 120 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:nil];
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 378 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 379 [notificationCenter addObserver:self selector:@selector(windowWillClose:) 381 [notificationCenter addObserver:self selector:@selector(windowBecameKey:) 383 [notificationCenter addObserver:self selector:@selector(windowResignedKey:) 385 [notificationCenter addObserver:self selector:@selector(windowDidMiniaturize:) 387 [notificationCenter addObserver:self selector:@selector(windowDidDeminiaturize:) 390 [notificationCenter addObserver:self selector:@selector(loginWindowDidSwitchFromUser:) 392 [notificationCenter addObserver:self selector:@selector(loginWindowDidSwitchToUser:) 398 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 399 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:nil]; [all...] |
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 250 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 251 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:) 253 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:) 265 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 266 [notificationCenter removeObserver:self name:NSWindowDidMoveNotification object:nil]; 267 [notificationCenter removeObserver:self name:NSWindowDidResizeNotification object:nil];
|
/external/webkit/WebCore/workers/ |
WorkerContext.h | 48 class NotificationCenter; 104 NotificationCenter* webkitNotifications() const; 153 mutable RefPtr<NotificationCenter> m_notifications;
|
WorkerContext.cpp | 56 #include "NotificationCenter.h" 250 NotificationCenter* WorkerContext::webkitNotifications() const 253 m_notifications = NotificationCenter::create(scriptExecutionContext(), m_thread->getNotificationPresenter());
|
WorkerContext.idl | 76 readonly attribute [EnabledAtRuntime] NotificationCenter webkitNotifications;
|
/external/webkit/WebCore/bindings/js/ |
JSDesktopNotificationsCustom.cpp | 41 #include "NotificationCenter.h"
|
JSDOMWindowCustom.cpp | 77 #include "NotificationCenter.h" [all...] |
/external/webkit/WebCore/platform/mac/ |
SharedTimerMac.mm | 53 [[[NSWorkspace sharedWorkspace] notificationCenter] addObserver:self
|
/external/webkit/WebCore/page/ |
DOMWindow.h | 61 class NotificationCenter; 217 NotificationCenter* webkitNotifications() const; 399 mutable RefPtr<NotificationCenter> m_notifications;
|
DOMWindow.cpp | 61 #include "NotificationCenter.h" 623 NotificationCenter* DOMWindow::webkitNotifications() const 638 m_notifications = NotificationCenter::create(document, provider); [all...] |
DOMWindow.idl | 171 readonly attribute [EnabledAtRuntime] NotificationCenter webkitNotifications; [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebPDFView.mm | 421 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 422 [notificationCenter addObserver:self 427 [notificationCenter addObserver:self 432 [notificationCenter addObserver:self 437 [notificationCenter addObserver:self 442 [notificationCenter addObserver:self 456 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 457 [notificationCenter removeObserver:self 460 [notificationCenter removeObserver:self 463 [notificationCenter removeObserver:sel [all...] |
WebHTMLView.mm | 855 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 856 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:superview]; 857 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:superview]; 871 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter]; 872 [notificationCenter removeObserver:self name:NSWindowDidBecomeKeyNotification object:nil]; 873 [notificationCenter removeObserver:self name:NSWindowDidResignKeyNotification object:nil]; 874 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:window]; [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8Index.h | 103 V(NOTIFICATIONCENTER, NotificationCenter) [all...] |
DOMObjectsInclude.h | 268 #include "NotificationCenter.h"
|
WorkerContextExecutionProxy.cpp | 43 #include "NotificationCenter.h"
|
/external/webkit/WebCore/ |
DerivedSources.make | 228 NotificationCenter \
|
GNUmakefile.am | 266 WebCore/notifications/NotificationCenter.idl \ [all...] |
WebCore.gypi | 195 'notifications/NotificationCenter.idl', [all...] |
ChangeLog-2010-01-29 | [all...] |