Searched refs:NPP_DestroyStreamProcPtr (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h106 typedef NPError (*NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason); typedef
190 NPP_DestroyStreamProcPtr destroystream;
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c141 pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_DestroyStream);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.mm527 pluginFuncs.destroystream = (NPP_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.destroystream);

Completed in 46 milliseconds