Home | History | Annotate | Download | only in Netscape

Lines Matching refs:reason

114 NPError NetscapePluginStream::destroy(NPReason reason)
122 if (reason == NPRES_DONE)
126 stop(reason);
278 void NetscapePluginStream::stop(NPReason reason)
285 if (reason == NPRES_DONE && m_deliveryData && !m_deliveryData->isEmpty()) {
300 if (reason == NPRES_DONE) {
330 m_plugin->NPP_DestroyStream(&m_npStream, reason);
332 notifyAndDestroyStream(reason);
340 void NetscapePluginStream::notifyAndDestroyStream(NPReason reason)
347 m_plugin->NPP_URLNotify(m_responseURL.data(), reason, m_notificationData);