Searched refs:notification (Results 51 - 75 of 190) sorted by relevance

12345678

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py22 def applicationWillTerminate_ (self, notification):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py22 def applicationWillTerminate_ (self, notification):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py22 def applicationWillTerminate_ (self, notification):
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebNotificationCenter.idl54 //- (void)postNotification:(NSNotification *)notification
55 HRESULT postNotification([in] IWebNotification* notification);
H A DIWebEditingDelegate.idl148 - (void)webViewDidBeginEditing:(NSNotification *)notification;
150 HRESULT webViewDidBeginEditing([in] IWebNotification* notification);
153 - (void)webViewDidChange:(NSNotification *)notification;
155 HRESULT webViewDidChange([in] IWebNotification* notification);
158 - (void)webViewDidEndEditing:(NSNotification *)notification;
160 HRESULT webViewDidEndEditing([in] IWebNotification* notification);
163 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification;
165 HRESULT webViewDidChangeTypingStyle([in] IWebNotification* notification);
168 - (void)webViewDidChangeSelection:(NSNotification *)notification;
170 HRESULT webViewDidChangeSelection([in] IWebNotification* notification);
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullKeyboardAccessWatcher.mm47 - (void)retrieveKeyboardUIModeFromPreferences:(NSNotification *)notification
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWKAccessibilityWebPageObjectIOS.mm62 - (void)_accessibilityCategoryInstalled:(id)notification
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py57 def windowWillClose_(self, notification):
95 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py57 def windowWillClose_(self, notification):
95 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py57 def windowWillClose_(self, notification):
95 def applicationDidFinishLaunching_(self, notification):
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h57 Action notification = 0,
85 Action notification = 0,
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebNotification.mm59 Notification* core(WebNotification *notification)
61 if (!notification->_private)
63 return notification->_private->_internal.get();
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py111 def remoteSocketAccepted_(self, notification):
115 ui = notification.userInfo()
128 def remoteFileHandleReadCompleted_(self, notification):
130 ui = notification.userInfo()
165 def childTaskTerminated_(self, notification):
221 def interpFinished_(self, notification):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py111 def remoteSocketAccepted_(self, notification):
115 ui = notification.userInfo()
128 def remoteFileHandleReadCompleted_(self, notification):
130 ui = notification.userInfo()
165 def childTaskTerminated_(self, notification):
221 def interpFinished_(self, notification):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py111 def remoteSocketAccepted_(self, notification):
115 ui = notification.userInfo()
128 def remoteFileHandleReadCompleted_(self, notification):
130 ui = notification.userInfo()
165 def childTaskTerminated_(self, notification):
221 def interpFinished_(self, notification):
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationManagerProxy.cpp106 RefPtr<WebNotification> notification = WebNotification::create(title, body, iconURL, tag, lang, dir, originString, globalNotificationID); local
109 m_notifications.set(notificationIDPair, std::make_pair(globalNotificationID, notification));
110 m_provider.show(webPage, notification.get());
115 if (WebNotification* notification = m_notifications.get(std::make_pair(webPage->pageID(), pageNotificationID)).second.get())
116 m_provider.cancel(notification);
123 WebNotification* notification = globalIDNotificationPair.second.get(); local
125 m_provider.didDestroyNotification(notification);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld_gdb.cpp85 dyld::gProcessInfo->notification(dyld_image_info_change, 0, NULL);
92 dyld::gProcessInfo->notification(dyld_image_adding, infoCount, info);
152 dyld::gProcessInfo->notification(dyld_image_removing, 1, &goingAway);
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCMoveTableViewAccessibility.mm288 - (void)accessibilityPostNotification:(NSString *)notification
293 if ([notification isEqual:NSAccessibilitySelectedRowsChangedNotification])
294 notification = NSAccessibilitySelectedChildrenChangedNotification;
295 [super accessibilityPostNotification:notification];
H A DMBCEngine.h94 - (void) opponentMoved:(NSNotification *)notification;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKAirPlayRoutePicker.mm88 - (void)_windowWillRotate:(NSNotification *)notification
93 - (void)_windowDidRotate:(NSNotification *)notification
H A DWKFormPopover.mm160 - (void)willRotate:(NSNotification *)notification
166 - (void)didRotate:(NSNotification *)notification
/macosx-10.10.1/dyld-353.2.1/include/mach-o/
H A Ddyld_images.h47 * The notification is called after infoArray is updated. This means that if gdb attaches to a process
48 * and infoArray is NULL, gdb can set a break point on notification and let the proccess continue to
96 dyld_image_notifier notification; member in struct:dyld_all_image_infos
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dacscp_plugin.h56 u_int16_t notification; // notification ACSP sends to the plugin member in struct:ACSP_Input
58 void *data; // data to be consumed depending on the notification
H A Deap_plugin.h60 #define EAP_TYPE_NOTIFICATION 2 /* notification message */
125 u_int16_t notification; // notification the EAP engine sends to the module member in struct:EAP_Input
127 void *data; // data to be consumed depending on the notification
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstallerPlugins/Examples/InstallerPluginSample/Registration/
H A DRegistrationPane.py78 def controlTextDidChange_(self, notification):

Completed in 240 milliseconds

12345678