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

  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 177 // Protect the stream if destroystream is called from within the newstream handler
219 destroyStream(reason);
223 void PluginStream::destroyStream(NPReason reason)
234 destroyStream();
237 void PluginStream::destroyStream()
269 NPError npErr = m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason);
293 m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason);
389 destroyStream();
409 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
459 // destroyStream can result in our being delete
    [all...]
PluginView.cpp 646 NPError PluginView::destroyStream(NPStream* stream, NPReason reason)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 168 NPError NetscapePlugin::destroyStream(NPStream* stream, NPReason reason)
313 return m_pluginModule->pluginFuncs().destroystream(&m_npp, stream, reason);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 219 "destroyStream",
601 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
603 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK);
610 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK);
    [all...]

Completed in 119 milliseconds