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

  /external/webkit/WebCore/plugins/
PluginStream.cpp 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 delete
    [all...]
PluginView.cpp 660 NPError PluginView::destroyStream(NPStream* stream, NPReason reason)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 190 "destroyStream",
478 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
480 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK);
487 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK);
768 return destroyStream(plugin, args, argCount, result);
    [all...]

Completed in 32 milliseconds