Home
last modified time | relevance | path

Searched refs:NPMIMEType (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DWindowlessPaintRectCoordinates.cpp40 …virtual NPError NPP_New(NPMIMEType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSav…
51 NPError WindowlessPaintRectCoordinates::NPP_New(NPMIMEType, uint16_t, int16_t, char*[], char*[], NP… in NPP_New() argument
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha…
43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s…
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha… in NPP_New()
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DGetURLWithJavaScriptURLDestroyingPlugin.cpp41 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
DGetUserAgentWithNullNPPFromNPPNew.cpp44 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
DNPDeallocateCalledBeforeNPShutdown.cpp69 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h170 typedef char* NPMIMEType; typedef
818 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
823 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
861 NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m56 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
109 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
/external/webkit/Source/WebCore/plugins/
Dnpfunctions.h48 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream…
102 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc,…
105 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool see…
Dnpapi.cpp92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream()
DPluginStream.cpp185 …NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, fa… in startStream()
DPluginView.h177 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
DPluginView.cpp260 …npErr = m_plugin->pluginFuncs()->newp((NPMIMEType)m_mimeType.utf8().data(), m_instance, m_mode, m_… in start()
632 NPError PluginView::newStream(NPMIMEType type, const char* target, NPStream** stream) in newStream()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
DConvertPoint.cpp72 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h104 …NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NP…
107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
DNetscapePlugin.cpp291 NPError NetscapePlugin::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], c… in NPP_New()
306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint1… in NPP_NewStream()
DNetscapeBrowserFuncs.cpp317 static NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream()
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m75 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha…
78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
128 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha…
193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m59 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha…
62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s…
112 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], cha…
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s…
/external/webkit/Examples/NetscapeInputMethodPlugin/
Dmain.m62 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
114 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp56 webkit_test_plugin_new_instance(NPMIMEType mimetype, in webkit_test_plugin_new_instance()
187 NPMIMEType /*type*/, in webkit_test_plugin_new_stream() argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp85 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char … in NPP_New()
DPluginTest.h60 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar…
Dmain.cpp131 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], cha… in NPP_New()
388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h165 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
Dnpapi.mm102 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)

12