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

12345678

/macosx-10.10.1/WebKit2-7600.1.25/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.10.1/WebKit2-7600.1.25/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.10.1/pyobjc-45/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.10.1/pyobjc-45/2.6/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.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/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.10.1/pyobjc-45/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.10.1/pyobjc-45/2.6/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.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstantMessage-2.5.1/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.10.1/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationProvider.cpp39 void WebNotificationProvider::show(WebPageProxy* page, WebNotification* notification) argument
44 m_client.show(toAPI(page), toAPI(notification), m_client.base.clientInfo);
47 void WebNotificationProvider::cancel(WebNotification* notification) argument
52 m_client.cancel(toAPI(notification), m_client.base.clientInfo);
55 void WebNotificationProvider::didDestroyNotification(WebNotification* notification) argument
60 m_client.didDestroyNotification(toAPI(notification), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/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.10.1/DiskArbitration-268/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.10.1/DiskArbitration-268/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.10.1/WebKit-7600.1.25/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.10.1/Security-57031.1.35/securityd/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.10.1/ppp-786.1.1/Helpers/MiniTerm/
H A DMiniTerm.h34 - (void)input:(NSNotification *)notification;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebEditingDelegate.h57 - (void)webViewDidBeginEditing:(NSNotification *)notification;
58 - (void)webViewDidChange:(NSNotification *)notification;
59 - (void)webViewDidEndEditing:(NSNotification *)notification;
60 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification;
61 - (void)webViewDidChangeSelection:(NSNotification *)notification;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py8 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py8 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DAppDelegate.py8 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebNotificationClient.mm83 bool WebNotificationClient::show(Notification* notification)
90 RetainPtr<WebNotification> webNotification = adoptNS([[WebNotification alloc] initWithCoreNotification:notification notificationID:notificationID]);
91 m_notificationMap.set(notification, webNotification);
93 NotificationContextMap::iterator it = m_notificationContextMap.add(notification->scriptExecutionContext(), Vector<RetainPtr<WebNotification>>()).iterator;
99 UNUSED_PARAM(notification);
104 void WebNotificationClient::cancel(Notification* notification)
107 WebNotification *webNotification = m_notificationMap.get(notification).get();
113 UNUSED_PARAM(notification);
141 void WebNotificationClient::notificationObjectDestroyed(Notification* notification)
144 RetainPtr<WebNotification> webNotification = m_notificationMap.take(notification);
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dauthorize.m80 CFUserNotificationRef notification;
89 notification = CFUserNotificationCreate( kCFAllocatorDefault, 0, kCFUserNotificationCautionAlertLevel, 0, dictionary );
91 if ( notification )
96 err = CFUserNotificationReceiveResponse( notification, 0, &response );
129 CFRelease( notification );
/macosx-10.10.1/WebKit-7600.1.25/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m121 - (void)webViewDidBeginEditing:(NSNotification *)notification
125 - (void)webViewDidChange:(NSNotification *)notification
129 - (void)webViewDidEndEditing:(NSNotification *)notification
133 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification
137 - (void)webViewDidChangeSelection:(NSNotification *)notification

Completed in 536 milliseconds

12345678