OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_SetValueProcPtr
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/plugins/
npfunctions.h
114
typedef NPError (*
NPP_SetValueProcPtr
)(NPP instance, NPNVariable variable, void *value);
199
NPP_SetValueProcPtr
setvalue;
PluginView.cpp
[
all
...]
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c
149
pluginFuncs->setvalue = (
NPP_SetValueProcPtr
)tVectorForFunctionPointer((FunctionPointer)NPP_SetValue);
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
535
pluginFuncs.setvalue = (
NPP_SetValueProcPtr
)functionPointerForTVector((TransitionVector)pluginFuncs.setvalue);
Completed in 53 milliseconds