Home
last modified time | relevance | path

Searched refs:NPN_PostURLProcPtr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h77 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* url, const char* window, uint3… typedef
158 NPN_PostURLProcPtr posturl;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c114 …browser->posturl = (NPN_PostURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->p… in main()