Home
last modified time | relevance | path

Searched refs:destroystream (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c84 pluginFuncs->destroystream = NPP_DestroyStream; in NP_GetEntryPoints()
118 …browser->destroystream = (NPN_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)bro… in main()
141 …pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)… in main()
/external/webkit/WebCore/plugins/
Dnpfunctions.h128 NPN_DestroyStreamProcPtr destroystream; member
185 NPP_DestroyStreamProcPtr destroystream; member
DPluginStream.cpp271 NPError npErr = m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason); in destroyStream()
295 m_pluginFuncs->destroystream(m_instance, &m_stream, m_reason); in destroyStream()
DPluginPackage.cpp266 m_browserFuncs.destroystream = NPN_DestroyStream; in initializeBrowserFuncs()
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
Dmain.cpp54 pluginFuncs->destroystream = NPP_DestroyStream; in NP_GetEntryPoints()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm441 …browserFuncs.destroystream = (NPN_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)…
524 …pluginFuncs.destroystream = (NPP_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)…
554 browserFuncs.destroystream = NPN_DestroyStream;
DWebBaseNetscapePluginStream.mm424 m_pluginFuncs->destroystream(m_plugin, &m_stream, m_reason);
/external/webkit/WebKitTools/DumpRenderTree/gtk/TestNetscapePlugin/
DTestNetscapePlugin.cpp292 aPluginVTable->destroystream = webkit_test_plugin_destroy_stream; in NP_Initialize()
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp158 funcs->destroystream = NPN_DestroyStream; in initializeExtraBrowserFuncs()
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp50 pluginFuncs->destroystream = NPP_DestroyStream; in NP_GetEntryPoints()
DPluginObject.cpp430 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK); in destroyStream()
437 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK); in destroyNullStream()
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
Dmain.m91 pluginFuncs->destroystream = NPP_DestroyStream;
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
Dmain.m110 pluginFuncs->destroystream = NPP_DestroyStream;
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m94 pluginFuncs->destroystream = NPP_DestroyStream;
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Dmain.m97 pluginFuncs->destroystream = NPP_DestroyStream;