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

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h48 static PassRefPtr<NetscapePluginStream> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notificationData) argument
50 return adoptRef(new NetscapePluginStream(plugin, streamID, sendNotification, notificationData));
69 NetscapePluginStream(PassRefPtr<NetscapePlugin>, uint64_t streamID, bool sendNotification, void* notificationData);
H A DNetscapePlugin.cpp145 bool sendNotification, void* notificationData)
153 RefPtr<NetscapePluginStream> pluginStream = NetscapePluginStream::create(this, requestID, sendNotification, notificationData);
164 m_pendingURLNotifications.set(requestID, make_pair(urlString, notificationData));
561 void* notificationData = it->second.second; local
565 NPP_URLNotify(url.utf8().data(), NPRES_DONE, notificationData);
577 void* notificationData = it->second.second; local
581 NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notificationData);
144 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 DNetscapePluginStream.cpp37 NetscapePluginStream::NetscapePluginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notificationData) argument
41 , m_notificationData(notificationData)
H A DNetscapePlugin.h78 const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData);

Completed in 111 milliseconds