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

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 84 pluginFuncs->destroystream = NPP_DestroyStream;
118 browser->destroystream = (NPN_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->destroystream);
141 pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_DestroyStream);
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 123 m_browserFuncs.destroystream = NPN_DestroyStream;
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 91 pluginFuncs->destroystream = NPP_DestroyStream;
  /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...]
npfunctions.h 133 NPN_DestroyStreamProcPtr destroystream; member in struct:_NPNetscapeFuncs
190 NPP_DestroyStreamProcPtr destroystream; member in struct:_NPPluginFuncs
PluginPackage.cpp 296 m_browserFuncs.destroystream = NPN_DestroyStream;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 444 browserFuncs.destroystream = (NPN_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_DestroyStream);
527 pluginFuncs.destroystream = (NPP_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.destroystream);
557 browserFuncs.destroystream = NPN_DestroyStream;
WebNetscapePluginStream.mm 376 void WebNetscapePluginStream::destroyStream()
423 m_pluginFuncs->destroystream(m_plugin, &m_stream, m_reason);
461 destroyStream();
549 destroyStream();
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 91 pluginFuncs->destroystream = NPP_DestroyStream;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 94 pluginFuncs->destroystream = NPP_DestroyStream;
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 149 funcs->destroystream = NPN_DestroyStream;
  /development/samples/BrowserPlugin/jni/
main.cpp 103 pluginFuncs->destroystream = NPP_DestroyStream;
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 413 aPluginVTable->destroystream = webkit_test_plugin_destroy_stream;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 110 pluginFuncs->destroystream = NPP_DestroyStream;
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 97 pluginFuncs->destroystream = NPP_DestroyStream;
  /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);
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...]
main.cpp 110 pluginFuncs->destroystream = NPP_DestroyStream;

Completed in 408 milliseconds