Searched refs:notification (Results 1 - 25 of 205) sorted by relevance

123456789

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKNotification.cpp40 WKStringRef WKNotificationCopyTitle(WKNotificationRef notification) argument
42 return toCopiedAPI(toImpl(notification)->title());
45 WKStringRef WKNotificationCopyBody(WKNotificationRef notification) argument
47 return toCopiedAPI(toImpl(notification)->body());
50 WKStringRef WKNotificationCopyIconURL(WKNotificationRef notification) argument
52 return toCopiedAPI(toImpl(notification)->iconURL());
55 WKStringRef WKNotificationCopyTag(WKNotificationRef notification) argument
57 return toCopiedAPI(toImpl(notification)->tag());
60 WKStringRef WKNotificationCopyLang(WKNotificationRef notification) argument
62 return toCopiedAPI(toImpl(notification)
65 WKNotificationCopyDir(WKNotificationRef notification) argument
70 WKNotificationGetSecurityOrigin(WKNotificationRef notification) argument
75 WKNotificationGetID(WKNotificationRef notification) argument
[all...]
H A DWKNotification.h37 WK_EXPORT WKStringRef WKNotificationCopyTitle(WKNotificationRef notification);
38 WK_EXPORT WKStringRef WKNotificationCopyBody(WKNotificationRef notification);
39 WK_EXPORT WKStringRef WKNotificationCopyIconURL(WKNotificationRef notification);
40 WK_EXPORT WKStringRef WKNotificationCopyTag(WKNotificationRef notification);
41 WK_EXPORT WKStringRef WKNotificationCopyLang(WKNotificationRef notification);
42 WK_EXPORT WKStringRef WKNotificationCopyDir(WKNotificationRef notification);
43 WK_EXPORT WKSecurityOriginRef WKNotificationGetSecurityOrigin(WKNotificationRef notification);
44 WK_EXPORT uint64_t WKNotificationGetID(WKNotificationRef notification);
H A DWKNotificationProvider.h35 typedef void (*WKNotificationProviderShowCallback)(WKPageRef page, WKNotificationRef notification, const void* clientInfo);
36 typedef void (*WKNotificationProviderCancelCallback)(WKNotificationRef notification, const void* clientInfo);
37 typedef void (*WKNotificationProviderDidDestroyNotificationCallback)(WKNotificationRef notification, const void* clientInfo);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/ABPresence/
H A DServiceWatcher.rb34 def forwardToObservers(notification)
35 service = notification.object
36 screenName = notification.userInfo.objectForKey(IMPersonScreenNameKey)
43 def imPersonStatusChangedNotification(notification)
44 forwardToObservers(notification)
47 def imPersonInfoChangedNotification(notification)
48 forwardToObservers(notification)
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp95 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
96 if (notification)
97 return notification->title();
105 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
106 if (notification)
107 return notification->body();
115 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
116 if (notification)
117 return notification->iconURL();
126 Notification* notification local
172 show(Notification* notification) argument
186 displayNotification(Notification* notification) argument
223 cancel(Notification* notification) argument
237 Notification* notification = notificationForWrapper(wrapper); local
244 Notification* notification = notificationForWrapper(wrapper); local
258 Notification* notification = 0; local
281 notificationObjectDestroyed(Notification* notification) argument
418 Notification* notification = notificationForWrapper(wrapper); local
423 sendEvent(Notification* notification, const AtomicString& eventName) argument
434 removeReplacedNotificationFromQueue(Notification* notification) argument
457 detachNotification(Notification* notification) argument
464 dumpReplacedIdText(Notification* notification) argument
470 dumpShowText(Notification* notification) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DWebNotificationManager.cpp129 uint64_t WebNotificationManager::notificationIDForTesting(Notification* notification) argument
132 if (!notification)
134 return m_notificationMap.get(notification);
136 UNUSED_PARAM(notification);
141 bool WebNotificationManager::show(Notification* notification, WebPage* page) argument
144 if (!notification || !page->corePage()->settings()->notificationsEnabled())
148 m_notificationMap.set(notification, notificationID);
149 m_notificationIDMap.set(notificationID, notification);
151 NotificationContextMap::iterator it = m_notificationContextMap.add(notification->scriptExecutionContext(), Vector<uint64_t>()).iterator;
155 m_process->parentProcessConnection()->send(Messages::WebPageProxy::ShowNotification(notification
167 cancel(Notification* notification, WebPage* page) argument
195 RefPtr<Notification> notification = m_notificationIDMap.take(notificationIDs[i]); local
209 didDestroyNotification(Notification* notification, WebPage* page) argument
268 RefPtr<Notification> notification = m_notificationIDMap.take(notificationID); local
283 removeNotificationFromContextMap(uint64_t notificationID, Notification* notification) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNotificationAdditions.h5 - (void) postNotificationOnMainThread:(NSNotification *) notification;
9 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle;
10 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle coalesceMask:(unsigned) coalesceMask forModes:(NSArray *) modes;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNotificationAdditions.h5 - (void) postNotificationOnMainThread:(NSNotification *) notification;
9 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle;
10 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle coalesceMask:(unsigned) coalesceMask forModes:(NSArray *) modes;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DNotificationManager.cpp53 bool NotificationManager::show(Notification* notification) argument
56 m_notificationMap.set(notification, notificationID);
57 m_notificationIDMap.set(notificationID, notification);
59 NotificationContextMap::iterator it = m_notificationContextMap.add(notification->scriptExecutionContext(), Vector<String>()).iterator;
62 m_webPagePrivate->client()->showNotification(notificationID, notification->title(), notification->body(), notification->iconURL().string(), notification->tag(), notification->scriptExecutionContext()->securityOrigin()->toString());
66 void NotificationManager::cancel(Notification* notification) argument
86 RefPtr<Notification> notification = m_notificationIDMap.take(notificationIDs[i]); local
98 notificationObjectDestroyed(Notification* notification) argument
178 RefPtr<Notification> notification = m_notificationIDMap.get(notificationID); local
189 RefPtr<Notification> notification = m_notificationIDMap.take(notificationID); local
200 RefPtr<Notification> notification = m_notificationIDMap.take(notificationID); local
209 RefPtr<Notification> notification = m_notificationIDMap.get(notificationID); local
216 removeNotificationFromContextMap(const String& notificationID, Notification* notification) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DNotificationPresenterClientEfl.cpp36 bool NotificationPresenterClientEfl::show(Notification* notification) argument
42 void NotificationPresenterClientEfl::cancel(Notification* notification) argument
47 void NotificationPresenterClientEfl::notificationObjectDestroyed(Notification* notification) argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py27 # Received from IMService's custom notification center. Posted when a
29 # and so on. This notification is for the IMService object. The user
32 def imPersonStatusChangedNotification_(self, notification):
33 service = notification.object()
34 userInfo = notification.userInfo()
43 # Received from IMService's custom notification center. Posted when the
45 # This notification is relevant to no particular object. The user
50 def imStatusImagesChangedAppearanceNotification_(self, notification):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py27 # Received from IMService's custom notification center. Posted when a
29 # and so on. This notification is for the IMService object. The user
32 def imPersonStatusChangedNotification_(self, notification):
33 service = notification.object()
34 userInfo = notification.userInfo()
43 # Received from IMService's custom notification center. Posted when the
45 # This notification is relevant to no particular object. The user
50 def imStatusImagesChangedAppearanceNotification_(self, notification):
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DNotificationClientBlackBerry.cpp38 bool NotificationClientBlackBerry::show(Notification* notification) argument
40 m_webPagePrivate->notificationManager().show(notification);
44 void NotificationClientBlackBerry::cancel(Notification* notification) argument
46 m_webPagePrivate->notificationManager().cancel(notification);
55 void NotificationClientBlackBerry::notificationObjectDestroyed(Notification* notification) argument
57 m_webPagePrivate->notificationManager().notificationObjectDestroyed(notification);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationProvider.cpp39 void WebNotificationProvider::show(WebPageProxy* page, WebNotification* notification) argument
44 m_client.show(toAPI(page), toAPI(notification), m_client.clientInfo);
47 void WebNotificationProvider::cancel(WebNotification* notification) argument
52 m_client.cancel(toAPI(notification), m_client.clientInfo);
55 void WebNotificationProvider::didDestroyNotification(WebNotification* notification) argument
60 m_client.didDestroyNotification(toAPI(notification), m_client.clientInfo);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebNotificationClient.cpp50 bool WebNotificationClient::show(Notification* notification) argument
52 return WebProcess::shared().supplement<WebNotificationManager>()->show(notification, m_page);
55 void WebNotificationClient::cancel(Notification* notification) argument
57 WebProcess::shared().supplement<WebNotificationManager>()->cancel(notification, m_page);
65 void WebNotificationClient::notificationObjectDestroyed(Notification* notification) argument
67 WebProcess::shared().supplement<WebNotificationManager>()->didDestroyNotification(notification, m_page);
/macosx-10.9.5/DiskArbitration-266/DiskArbitrationAgent/
H A DDADialog.m58 NSUserNotification * notification;
60 notification = [ [ NSUserNotification alloc ] init ];
62 if ( notification )
85 notification.hasActionButton = FALSE;
86 notification.informativeText = [ NSString stringWithFormat: __DALocalizedStringInBundle( __kDADialogLocalizedStringDeviceRemovalKey, bundle ), name ];
87 notification.title = __DALocalizedStringInBundle( __kDADialogLocalizedStringDeviceRemovalTitleKey, bundle );
88 notification._imageURL = [ NSURL fileURLWithPath: @"/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/FinderIcon.icns" ];
89 notification._persistent = FALSE;
91 [ center deliverNotification: notification ];
118 CFUserNotificationRef notification;
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebEditingDelegate.h51 - (void)webViewDidBeginEditing:(NSNotification *)notification;
52 - (void)webViewDidChange:(NSNotification *)notification;
53 - (void)webViewDidEndEditing:(NSNotification *)notification;
54 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification;
55 - (void)webViewDidChangeSelection:(NSNotification *)notification;
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAServer.h36 extern void _DAMediaAppearedCallback( void * context, io_iterator_t notification );
37 extern void _DAMediaDisappearedCallback( void * context, io_iterator_t notification );
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebNotificationObserver.idl45 HRESULT onNotify([in] IWebNotification* notification);
H A DIWebDesktopNotificationsDelegate.idl38 @discussion A class that represents a notification being shown
39 on the user's desktop. It provides the contents of the notification
80 @abstract Show a notification.
81 @param notification The Notification to be shown.
83 HRESULT showDesktopNotification([in] IWebDesktopNotification* notification);
87 @abstract Cancel showing a notification (or take it down if it's shown).
88 @param notification The Notification to be canceled.
90 HRESULT cancelDesktopNotification([in] IWebDesktopNotification* notification);
95 notification need not be un-shown, but events should not be invoked.
96 @param notification Th
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/MiniTerm/
H A DMiniTerm.h34 - (void)input:(NSNotification *)notification;
/macosx-10.9.5/securityd-55199.3/securityd_service/KeyStore/
H A DKeyStoreEvents.c16 // syslog(LOG_ERR, "KeyStoreNotifier - %s posting notification: %s\n", __func__, kAppleKeyStoreLockStatusNotificationID);
19 // syslog(LOG_ERR, "KeyStoreNotifier - %s posting notification: %s\n", __func__, kAppleKeyStoreFirstUnlockNotificationID);
29 io_object_t notification = IO_OBJECT_NULL; local
35 require_action(aksNotifyPort, cleanup, syslog(LOG_ERR, "KeyStoreNotifier - Can't create notification port"));
39 result = IOServiceAddInterestNotification(aksNotifyPort, aksService, kIOGeneralInterest, aksNotificationCallback, NULL, &notification);
40 require_noerr_action(result, cleanup, syslog(LOG_ERR, "KeyStoreNotifier - Can't register for notification: %08x", result));
45 if (notification) IOObjectRelease(notification);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DCookieStorageMac.mm40 -(void)cookiesChangedNotificationHandler:(NSNotification *)notification;
52 -(void)cookiesChangedNotificationHandler:(NSNotification *)notification
54 UNUSED_PARAM(notification);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainerPrivate.h48 - (void)_webPluginContainerPostMediaPlayerNotification:(int)notification forElement:(DOMElement *)element;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py8 def applicationDidFinishLaunching_(self, notification):

Completed in 160 milliseconds

123456789