|
| GetURLWithJavaScriptURL (NPP npp, const string &identifier) |
|
virtual | ~PluginTest () |
|
virtual NPError | NPP_Destroy (NPSavedData **) |
|
virtual NPError | NPP_SetWindow (NPWindow *) |
|
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_GetValue (NPPVariable, void *value) |
|
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(*)()) |
|