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

  /external/webkit/WebCore/plugins/
npfunctions.h 63 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file);
124 NPN_PostURLProcPtr posturl;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 114 browser->posturl = (NPN_PostURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->posturl);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 437 browserFuncs.posturl = (NPN_PostURLProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_PostURL);

Completed in 47 milliseconds