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

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 104 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
188 NPP_SetWindowProcPtr setwindow;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 525 pluginFuncs.setwindow = (NPP_SetWindowProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.setwindow);

Completed in 280 milliseconds