OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_NewProcPtr
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/plugins/
npfunctions.h
102
typedef NPError (*
NPP_NewProcPtr
)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
186
NPP_NewProcPtr
newp;
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c
137
pluginFuncs->newp = (
NPP_NewProcPtr
)tVectorForFunctionPointer((FunctionPointer)NPP_New);
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
523
pluginFuncs.newp = (
NPP_NewProcPtr
)functionPointerForTVector((TransitionVector)pluginFuncs.newp);
Completed in 3859 milliseconds