Home
last modified time | relevance | path

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

/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a… in NPP_New()
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream()
/external/webkit/WebCore/bridge/
Dnpapi.h160 typedef char* NPMIMEType; typedef
763 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
768 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
806 NPError NPN_NewStream(NPP instance, NPMIMEType type,
/external/webkit/WebKit/android/plugins/sample/
Dmain.cpp37 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
41 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream,
130 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, in NPP_New()
262 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream()
/external/webkit/WebCore/plugins/
Dnpfunctions.h48 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream…
97 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, cha…
100 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()
DPluginView.h136 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
DPluginView.cpp174 …npErr = m_plugin->pluginFuncs()->newp((NPMIMEType)m_mimeType.data(), m_instance, m_mode, m_paramCo… in start()
391 NPError PluginView::newStream(NPMIMEType type, const char* target, NPStream** stream) in newStream()
DPluginStream.cpp186 …NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, fa… in startStream()
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
Dmain.c67 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *a… in NPP_New()
105 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
Dmain.cpp75 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *a… in NPP_New()
135 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m59 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
112 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Dmain.cpp71 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *a… in NPP_New()
157 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream()
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Dmain.m64 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
67 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
116 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* a…
184 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty…
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.h157 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
Dnpapi.mm103 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
DWebNetscapePluginView.mm1879 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream