Searched refs:notificationData (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h51 static PassRefPtr<NetscapePluginStream> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData) argument
53 return adoptRef(new NetscapePluginStream(plugin, streamID, requestURLString, sendNotification, notificationData));
72 NetscapePluginStream(PassRefPtr<NetscapePlugin>, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData);
H A DNetscapePluginStream.cpp39 NetscapePluginStream::NetscapePluginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData) argument
44 , m_notificationData(notificationData)
H A DNetscapePlugin.cpp172 bool sendNotification, void* notificationData)
180 RefPtr<NetscapePluginStream> pluginStream = NetscapePluginStream::create(this, requestID, urlString, sendNotification, notificationData);
191 m_pendingURLNotifications.set(requestID, std::make_pair(urlString, notificationData));
171 loadURL(const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData) argument
H A DNetscapePlugin.h98 const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp1569 OwnPtr<NotificationCallbackData> notificationData = adoptPtr(reinterpret_cast<NotificationCallbackData*>(context));
1572 AVFWrapper* self = avfWrapperForCallbackContext(notificationData->m_context);
1578 CFStringRef propertyName = notificationData->m_propertyName.get();
1619 OwnPtr<NotificationCallbackData> notificationData = adoptPtr(new NotificationCallbackData(propertyName, observer)); local
1621 dispatch_async_f(dispatch_get_main_queue(), notificationData.leakPtr(), processNotification);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1104 OSData *notificationData = OSDynamicCast(OSData, _delayedNotificationArray->getObject(0)); local
1105 if (notificationData) {
1106 notificationData->retain();
1112 if (notificationData) {
1113 const IOHIDSystem_notificationData *data = (const IOHIDSystem_notificationData *)notificationData->getBytesNoCopy();
1116 notificationData->release();

Completed in 201 milliseconds