OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPN_SetPropertyProcPtr
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/
npfunctions.h
94
typedef bool (*
NPN_SetPropertyProcPtr
) (NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
163
NPN_SetPropertyProcPtr
setproperty;
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
487
browserFuncs.setproperty = (
NPN_SetPropertyProcPtr
)tVectorForFunctionPointer((FunctionPointer)_NPN_SetProperty);
Completed in 611 milliseconds