OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPN_PluginThreadAsyncCallProcPtr
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/
npfunctions.h
68
typedef void (*
NPN_PluginThreadAsyncCallProcPtr
)(NPP npp, void (*func)(void *), void *userData);
172
NPN_PluginThreadAsyncCallProcPtr
pluginthreadasynccall;
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
462
browserFuncs.pluginthreadasynccall = (
NPN_PluginThreadAsyncCallProcPtr
)tVectorForFunctionPointer((FunctionPointer)NPN_PluginThreadAsyncCall);
Completed in 312 milliseconds