Home
last modified time | relevance | path

Searched defs:PluginObject (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Dmain.m44 typedef struct PluginObject struct
60 } PluginObject; argument
62 …pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
63 NPError NPP_Destroy(NPP instance, NPSavedData** save);
64 NPError NPP_SetWindow(NPP instance, NPWindow* window);
65 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
66 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
67 int32 NPP_WriteReady(NPP instance, NPStream* stream);
68 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
69 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname);
[all …]
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
Dmain.m59 typedef struct PluginObject struct
73 } PluginObject; typedef
75 …pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
76 NPError NPP_Destroy(NPP instance, NPSavedData** save);
77 NPError NPP_SetWindow(NPP instance, NPWindow* window);
78 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
79 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
80 int32 NPP_WriteReady(NPP instance, NPStream* stream);
81 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
82 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname);
[all …]
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m46 typedef struct PluginObject struct
57 } PluginObject; argument
59 …pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
60 NPError NPP_Destroy(NPP instance, NPSavedData** save);
61 NPError NPP_SetWindow(NPP instance, NPWindow* window);
62 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
63 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
64 int32 NPP_WriteReady(NPP instance, NPStream* stream);
65 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
66 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname);
[all …]
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
Dmain.m46 typedef struct PluginObject struct
54 } PluginObject; typedef
56 …pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
57 NPError NPP_Destroy(NPP instance, NPSavedData** save);
58 NPError NPP_SetWindow(NPP instance, NPWindow* window);
59 …ror NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
60 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
61 int32 NPP_WriteReady(NPP instance, NPStream* stream);
62 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
63 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname);
[all …]
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.h50 } PluginObject; typedef
DPluginObject.cpp309 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVaria… in testIdentifierToString() argument
323 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt() argument
379 static bool removeDefaultMethod(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in removeDefaultMethod() argument
474 static bool testGetIntIdentifier(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant… in testGetIntIdentifier() argument