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

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 106 typedef NPError (*NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
190 NPP_DestroyStreamProcPtr destroystream;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 141 pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_DestroyStream);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 527 pluginFuncs.destroystream = (NPP_DestroyStreamProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.destroystream);

Completed in 21 milliseconds