/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/ |
D | WindowlessPaintRectCoordinates.cpp | 40 …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/ |
D | main.c | 40 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/ |
D | GetURLWithJavaScriptURLDestroyingPlugin.cpp | 41 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
|
D | GetUserAgentWithNullNPPFromNPPNew.cpp | 44 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
|
D | NPDeallocateCalledBeforeNPShutdown.cpp | 69 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar… in NPP_New()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 170 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/ |
D | main.m | 56 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/ |
D | npfunctions.h | 48 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…
|
D | npapi.cpp | 92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream()
|
D | PluginStream.cpp | 185 …NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, fa… in startStream()
|
D | PluginView.h | 177 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
|
D | PluginView.cpp | 260 …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/ |
D | ConvertPoint.cpp | 72 …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/ |
D | NetscapePlugin.h | 104 …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);
|
D | NetscapePlugin.cpp | 291 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()
|
D | NetscapeBrowserFuncs.cpp | 317 static NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream()
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 75 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/ |
D | main.m | 59 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/ |
D | main.m | 62 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/ |
D | TestNetscapePlugin.cpp | 56 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/ |
D | PluginTest.cpp | 85 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char … in NPP_New()
|
D | PluginTest.h | 60 …virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *ar…
|
D | main.cpp | 131 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/ |
D | WebNetscapePluginView.h | 165 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
|
D | npapi.mm | 102 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
|