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

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

Completed in 885 milliseconds