/external/webkit/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 40 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/ |
D | npapi.h | 160 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/ |
D | main.cpp | 37 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/ |
D | npfunctions.h | 48 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…
|
D | npapi.cpp | 92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream()
|
D | PluginView.h | 136 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
|
D | PluginView.cpp | 174 …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()
|
D | PluginStream.cpp | 186 …NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, fa… in startStream()
|
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | main.c | 67 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()
|
D | main.cpp | 75 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/ |
D | main.m | 59 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/ |
D | main.cpp | 71 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/ |
D | main.m | 64 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/ |
D | WebNetscapePluginView.h | 157 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
|
D | npapi.mm | 103 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
|
D | WebNetscapePluginView.mm | 1879 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream
|