Home | History | Annotate | Download | only in bindings

Lines Matching defs:NPError

185 typedef int16_t       NPError;
749 * Values of type NPError:
827 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
830 NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
831 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
832 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
835 NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream,
846 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
847 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
851 NPError NP_LOADDS NPP_ClearSiteData(const char* site, uint64_t flags, uint64_t maxAge);
857 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
859 NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,
861 NPError NP_LOADDS NPN_PostURLNotify(NPP instance, const char* url,
865 NPError NP_LOADDS NPN_PostURL(NPP instance, const char* url,
868 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
869 NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
873 NPError NP_LOADDS NPN_DestroyStream(NPP instance, NPStream* stream,
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
883 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
894 NPError NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
897 NPError NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
900 NPError NP_LOADDS NPN_GetAuthenticationInfo(NPP instance,
910 NPError NP_LOADDS NPN_PopUpContextMenu(NPP instance, NPMenu* menu);