Searched defs:destroyStream (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp219 destroyStream(reason);
223 void PluginStream::destroyStream(NPReason reason) function in class:WebCore::PluginStream
234 destroyStream();
237 void PluginStream::destroyStream() function in class:WebCore::PluginStream
389 destroyStream();
409 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
459 // destroyStream can result in our being deleted
462 destroyStream(NPRES_NETWORK_ERR);
472 // destroyStream can result in our being deleted
475 destroyStream(NPRES_DON
[all...]
H A DPluginView.cpp646 NPError PluginView::destroyStream(NPStream* stream, NPReason reason) function in class:WebCore::PluginView
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp168 NPError NetscapePlugin::destroyStream(NPStream* stream, NPReason reason) function in class:WebKit::NetscapePlugin
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObject.cpp219 "destroyStream",
601 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) function
1029 return destroyStream(plugin, args, argCount, result);

Completed in 898 milliseconds