Home | History | Annotate | Download | only in plugins

Lines Matching refs:destroyStream

181     // Protect the stream if destroystream is called from within the newstream handler
223 destroyStream(reason);
227 void PluginStream::destroyStream(NPReason reason)
238 destroyStream();
241 void PluginStream::destroyStream()
273 NPError npErr = m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason);
297 m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason);
393 destroyStream();
413 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
464 // destroyStream can result in our being deleted
467 destroyStream(NPRES_NETWORK_ERR);
477 // destroyStream can result in our being deleted
480 destroyStream(NPRES_DONE);