Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h72 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value); typedef
173 NPN_GetValueProcPtr getvalue;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c127 …browser->getvalue = (NPN_GetValueProcPtr)functionPointerForTVector((TransitionVector)browserFuncs-… in main()