Searched refs:NPN_PostURLProcPtr (Results 1 – 3 of 3) sorted by relevance
63 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32 len… typedef124 NPN_PostURLProcPtr posturl;
114 …browser->posturl = (NPN_PostURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->p… in main()
437 …browserFuncs.posturl = (NPN_PostURLProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_PostURL);