|
| | NullNPPGetValuePointer (NPP, const string &identifier) |
| |
| virtual | ~PluginTest () |
| |
| virtual NPError | NPP_New (NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) |
| |
| virtual NPError | NPP_SetWindow (NPWindow *) |
| |
| virtual NPError | NPP_NewStream (NPMIMEType, NPStream *, NPBool seekable, uint16_t *stype) |
| |
| virtual NPError | NPP_DestroyStream (NPStream *, NPReason) |
| |
| virtual int32_t | NPP_WriteReady (NPStream *) |
| |
| virtual int32_t | NPP_Write (NPStream *, int32_t offset, int32_t len, void *buffer) |
| |
| virtual int16_t | NPP_HandleEvent (void *event) |
| |
| virtual bool | NPP_URLNotify (const char *url, NPReason, void *notifyData) |
| |
| virtual void | NPP_URLRedirectNotify (const char *url, int32_t status, void *notifyData) |
| |
| virtual NPError | NPP_SetValue (NPNVariable, void *value) |
| |
| NPError | NPN_GetURL (const char *url, const char *target) |
| |
| NPError | NPN_GetURLNotify (const char *url, const char *target, void *notifyData) |
| |
| NPError | NPN_PostURLNotify (const char *url, const char *target, uint32_t len, const char *buf, NPBool file, void *notifyData) |
| |
| NPError | NPN_GetValue (NPNVariable, void *value) |
| |
| void | NPN_InvalidateRect (NPRect *invalidRect) |
| |
| bool | NPN_Invoke (NPObject *, NPIdentifier methodName, const NPVariant *args, uint32_t argCount, NPVariant *result) |
| |
| void * | NPN_MemAlloc (uint32_t size) |
| |
| NPIdentifier | NPN_GetStringIdentifier (const NPUTF8 *name) |
| |
| NPIdentifier | NPN_GetIntIdentifier (int32_t intid) |
| |
| bool | NPN_IdentifierIsString (NPIdentifier) |
| |
| NPUTF8 * | NPN_UTF8FromIdentifier (NPIdentifier) |
| |
| int32_t | NPN_IntFromIdentifier (NPIdentifier) |
| |
| NPObject * | NPN_CreateObject (NPClass *) |
| |
| NPObject * | NPN_RetainObject (NPObject *) |
| |
| void | NPN_ReleaseObject (NPObject *) |
| |
| bool | NPN_RemoveProperty (NPObject *, NPIdentifier propertyName) |
| |
| void | NPN_ReleaseVariantValue (NPVariant *) |
| |
| void | NPN_URLRedirectResponse (void *notifyData, NPBool allow) |
| |
| bool | executeScript (const NPString *, NPVariant *result) |
| |
| void | executeScript (const char *) |
| |
| void | log (const char *format,...) |
| |
| void | registerNPShutdownFunction (void(*)()) |
| |