Home
last modified time | relevance | path

Searched refs:EXPORTED_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/plugins/
Dnpfunctions.h40 #define EXPORTED_CALLBACK(_type, _name) _type (__stdcall * _name) macro
42 #define EXPORTED_CALLBACK(_type, _name) _type (* _name)
197 typedef EXPORTED_CALLBACK(NPError, NP_GetEntryPointsFuncPtr)(NPPluginFuncs*);
198 typedef EXPORTED_CALLBACK(void, NPP_ShutdownProcPtr)(void);
206 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*, NPPluginFuncs*);
207 typedef EXPORTED_CALLBACK(char*, NP_GetMIMEDescriptionFuncPtr)(void);
209 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*, NPPluginFuncs*, JNIEnv *…
210 typedef EXPORTED_CALLBACK(char*, NP_GetMIMEDescriptionFuncPtr)(void);
212 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*);