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

  /external/webkit/WebCore/plugins/
npfunctions.h 103 typedef NPError (*NPP_DestroyProcPtr)(NPP instance, NPSavedData** save);
182 NPP_DestroyProcPtr destroy;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 138 pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 521 pluginFuncs.destroy = (NPP_DestroyProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.destroy);

Completed in 56 milliseconds