OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPN_GetValueProcPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/bindings/
npfunctions.h
72
typedef NPError (*
NPN_GetValueProcPtr
)(NPP instance, NPNVariable variable, void *ret_value);
173
NPN_GetValueProcPtr
getvalue;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c
127
browser->getvalue = (
NPN_GetValueProcPtr
)functionPointerForTVector((TransitionVector)browserFuncs->getvalue);
Completed in 22 milliseconds