Searched defs:notification (Results 1 - 25 of 51) sorted by path

123

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.h59 io_object_t notification; member in struct:IOHIDDeviceClass::MyPrivateData
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDEventSystemMonitor.c123 IOHIDNotificationRef notification = IOHIDServiceCreateRemovalNotification(service, serviceRemovalCallback, NULL, NULL); local
225 IOHIDNotificationRef notification = NULL; local
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDDevice.c136 io_object_t notification; member in struct:__IOHIDDevice
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A Dupsd.c70 io_object_t notification; member in struct:UPSData
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAXObjectCache.cpp665 AXNotification notification = m_notificationsToPost[i].second; local
675 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) argument
696 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType) argument
717 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DAXObjectCacheAtk.cpp140 void AXObjectCache::postPlatformNotification(AccessibilityObject* coreObject, AXNotification notification) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/win/
H A DAXObjectCacheWin.cpp67 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification) argument
131 void AXObjectCache::frameLoadingEventPlatformNotification(AccessibilityObject* obj, AXLoadingEvent notification) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentStyleSheetCollection.cpp213 void DocumentStyleSheetCollection::removePendingSheet(RemovePendingSheetNotificationType notification) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLLinkElement.cpp456 void HTMLLinkElement::removePendingSheet(RemovePendingSheetNotificationType notification) argument
H A DHTMLMediaElement.cpp4324 void HTMLMediaElement::deliverNotification(MediaPlayerProxyNotificationType notification) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp4167 void FrameView::notifyWidgetsInAllFrames(WidgetNotification notification) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayer.cpp804 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp736 static const char* notificationName(MediaPlayerPrivateAVFoundation::Notification& notification) argument
748 void MediaPlayerPrivateAVFoundation::scheduleMainThreadNotification(Notification notification) argument
777 Notification notification = Notification(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderView.cpp938 void RenderView::notifyWidgets(WidgetNotification notification) argument
H A DRenderWidget.cpp236 void RenderWidget::notifyWidget(WidgetNotification notification) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DNotificationClientBlackBerry.cpp38 bool NotificationClientBlackBerry::show(Notification* notification) argument
44 void NotificationClientBlackBerry::cancel(Notification* notification) argument
55 void NotificationClientBlackBerry::notificationObjectDestroyed(Notification* notification) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DNotificationManager.cpp53 bool NotificationManager::show(Notification* notification) argument
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/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp95 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
105 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
115 Notification* notification = NotificationPresenterClientQt::notificationPresenter()->notificationForWrapper(this); local
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/WebKit-7537.78.2/win/
H A DWebNotificationCenter.cpp115 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject) argument
163 postNotification( IWebNotification* notification) argument
H A DWebView.cpp258 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKNotification.cpp40 WKStringRef WKNotificationCopyTitle(WKNotificationRef notification) argument
45 WKStringRef WKNotificationCopyBody(WKNotificationRef notification) argument
50 WKStringRef WKNotificationCopyIconURL(WKNotificationRef notification) argument
55 WKStringRef WKNotificationCopyTag(WKNotificationRef notification) argument
60 WKStringRef WKNotificationCopyLang(WKNotificationRef notification) argument
65 WKNotificationCopyDir(WKNotificationRef notification) argument
70 WKNotificationGetSecurityOrigin(WKNotificationRef notification) argument
75 WKNotificationGetID(WKNotificationRef notification) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationManagerProxy.cpp106 RefPtr<WebNotification> notification = WebNotification::create(title, body, iconURL, tag, lang, dir, originString, globalNotificationID); local
123 WebNotification* notification = globalIDNotificationPair.second.get(); local
H A DWebNotificationProvider.cpp39 void WebNotificationProvider::show(WebPageProxy* page, WebNotification* notification) argument
47 void WebNotificationProvider::cancel(WebNotification* notification) argument
55 void WebNotificationProvider::didDestroyNotification(WebNotification* notification) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp318 uint64_t WKBundleGetWebNotificationID(WKBundleRef bundleRef, JSContextRef context, JSValueRef notification) argument

Completed in 315 milliseconds

123