Searched refs:EXPORTED_CALLBACK (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/plugins/ |
D | npfunctions.h | 40 #define EXPORTED_CALLBACK(_type, _name) _type (__stdcall * _name) macro 42 #define EXPORTED_CALLBACK(_type, _name) _type (* _name) 207 typedef EXPORTED_CALLBACK(NPError, NP_GetEntryPointsFuncPtr)(NPPluginFuncs*); 208 typedef EXPORTED_CALLBACK(void, NPP_ShutdownProcPtr)(void); 216 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*, NPPluginFuncs*); 217 typedef EXPORTED_CALLBACK(char*, NP_GetMIMEDescriptionFuncPtr)(void); 219 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*, NPPluginFuncs*, JNIEnv *… 220 typedef EXPORTED_CALLBACK(char*, NP_GetMIMEDescriptionFuncPtr)(void); 222 typedef EXPORTED_CALLBACK(NPError, NP_InitializeFuncPtr)(NPNetscapeFuncs*);
|