HomeSort by relevance Sort by last modified time
    Searched refs:notificationData (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.h 48 static PassRefPtr<NetscapePluginStream> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notificationData)
50 return adoptRef(new NetscapePluginStream(plugin, streamID, sendNotification, notificationData));
69 NetscapePluginStream(PassRefPtr<NetscapePlugin>, uint64_t streamID, bool sendNotification, void* notificationData);
NetscapePlugin.cpp 145 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;
565 NPP_URLNotify(url.utf8().data(), NPRES_DONE, notificationData);
577 void* notificationData = it->second.second;
581 NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notificationData);
NetscapePluginStream.cpp 37 NetscapePluginStream::NetscapePluginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notificationData)
41 , m_notificationData(notificationData)
NetscapePlugin.h 78 const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData);

Completed in 53 milliseconds