Lines Matching refs:NPError

12 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance,
15 typedef NPError (*NPP_DestroyProcPtr)(NPP instance, NPSavedData** save);
16 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
17 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type,
20 typedef NPError (*NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream,
33 typedef NPError (*NPP_GetValueProcPtr)(NPP instance, NPPVariable variable,
35 typedef NPError (*NPP_SetValueProcPtr)(NPP instance, NPNVariable variable,
41 typedef NPError (*NPP_ClearSiteDataPtr)(const char* site, uint64_t flags,
46 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable,
48 typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable,
50 typedef NPError (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* url,
53 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* url,
57 typedef NPError (*NPN_GetURLProcPtr)(NPP instance, const char* url,
59 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* url,
62 typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream,
64 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type,
68 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream,
128 typedef NPError (*NPN_GetValueForURLPtr)(NPP npp, NPNURLVariable variable,
131 typedef NPError (*NPN_SetValueForURLPtr)(NPP npp, NPNURLVariable variable,
134 typedef NPError (*NPN_GetAuthenticationInfoPtr)(
143 typedef NPError (*NPN_PopUpContextMenuPtr)(NPP instance, NPMenu* menu);
154 typedef NPError (*NPN_InitAsyncSurfacePtr)(NPP instance, NPSize* size,
157 typedef NPError (*NPN_FinalizeAsyncSurfacePtr)(NPP instance,
298 typedef NPError(OSCALL* NP_GetEntryPointsFunc)(NPPluginFuncs*);
299 NPError OSCALL NP_GetEntryPoints(NPPluginFuncs* pFuncs);
300 typedef NPError(OSCALL* NP_InitializeFunc)(NPNetscapeFuncs*);
301 NPError OSCALL NP_Initialize(NPNetscapeFuncs* bFuncs);
302 typedef NPError(OSCALL* NP_ShutdownFunc)(void);
303 NPError OSCALL NP_Shutdown(void);
320 typedef NPError (*NP_InitializeFunc)(NPNetscapeFuncs*);
321 NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs* bFuncs);
322 typedef NPError (*NP_GetEntryPointsFunc)(NPPluginFuncs*);
323 NP_EXPORT(NPError) NP_GetEntryPoints(NPPluginFuncs* pFuncs);
325 typedef NPError (*NP_InitializeFunc)(NPNetscapeFuncs*, NPPluginFuncs*);
326 NP_EXPORT(NPError)
329 typedef NPError (*NP_ShutdownFunc)(void);
330 NP_EXPORT(NPError) NP_Shutdown(void);
331 typedef NPError (*NP_GetValueFunc)(void*, NPPVariable, void*);
332 NP_EXPORT(NPError)
348 typedef NS_NPAPIPLUGIN_CALLBACK(NPError,
350 typedef NS_NPAPIPLUGIN_CALLBACK(NPError, NP_PLUGININIT)(
352 typedef NS_NPAPIPLUGIN_CALLBACK(NPError, NP_PLUGINUNIXINIT)(
354 typedef NS_NPAPIPLUGIN_CALLBACK(NPError, NP_PLUGINSHUTDOWN)(void);