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

  /external/webkit/Source/WebCore/plugins/
PluginStream.h 89 void destroyStream(NPReason);
90 void destroyStream();
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...]
npapi.cpp 104 return pluginViewForInstance(instance)->destroyStream(stream, reason);
PluginView.h 179 NPError destroyStream(NPStream* stream, NPReason reason);
PluginView.cpp 646 NPError PluginView::destroyStream(NPStream* stream, NPReason reason)
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.h 87 void destroyStream();
WebNetscapePluginStream.mm 376 void WebNetscapePluginStream::destroyStream()
423 m_pluginFuncs->destroystream(m_plugin, &m_stream, m_reason);
461 destroyStream();
549 destroyStream();
WebNetscapePluginView.h 167 - (NPError)destroyStream:(NPStream*)stream reason:(NPReason)reason;
npapi.mm 114 return [pluginViewForInstance(instance) destroyStream:stream reason:reason];
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 79 NPError destroyStream(NPStream*, NPReason);
NetscapePlugin.cpp 168 NPError NetscapePlugin::destroyStream(NPStream* stream, NPReason reason)
313 return m_pluginModule->pluginFuncs().destroystream(&m_npp, stream, reason);
NetscapeBrowserFuncs.cpp 333 return plugin->destroyStream(stream, reason);
899 netscapeFuncs.destroystream = NPN_DestroyStream;
  /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 160 milliseconds