/external/webkit/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 44 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason); 45 int32 NPP_WriteReady(NPP instance, NPStream* stream); 46 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer); 47 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… in NPP_NewStream() 189 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) in NPP_DestroyStream() 194 int32 NPP_WriteReady(NPP instance, NPStream* stream) in NPP_WriteReady() 199 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) in NPP_Write() 204 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) in NPP_StreamAsFile()
|
/external/webkit/WebCore/plugins/ |
D | npfunctions.h | 47 typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList); 48 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream… 49 typedef int32 (*NPN_WriteProcPtr)(NPP instance, NPStream* stream, int32 len, void* buffer); 50 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason); 105 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool see… 106 typedef NPError (*NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason); 107 typedef void (*NPP_StreamAsFileProcPtr)(NPP instance, NPStream* stream, const char* fname); 108 typedef int32 (*NPP_WriteReadyProcPtr)(NPP instance, NPStream* stream); 109 typedef int32 (*NPP_WriteProcPtr)(NPP instance, NPStream* stream, int32_t offset, int32_t len, void…
|
D | npapi.cpp | 67 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() 92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) in NPN_NewStream() 97 int32 NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer) in NPN_Write() 102 NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason) in NPN_DestroyStream()
|
D | PluginStream.h | 76 static NPP ownerForStream(NPStream*); 119 NPStream m_stream;
|
D | PluginView.h | 155 NPError newStream(NPMIMEType type, const char* target, NPStream** stream); 156 int32 write(NPStream* stream, int32 len, void* buffer); 157 NPError destroyStream(NPStream* stream, NPReason reason);
|
D | PluginStream.cpp | 48 typedef HashMap<NPStream*, NPP> StreamMap; 214 NPP PluginStream::ownerForStream(NPStream* stream) in ownerForStream()
|
D | PluginView.cpp | 646 NPError PluginView::newStream(NPMIMEType type, const char* target, NPStream** stream) in newStream() 653 int32 PluginView::write(NPStream* stream, int32 len, void* buffer) in write() 660 NPError PluginView::destroyStream(NPStream* stream, NPReason reason) in destroyStream()
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 223 } NPStream; typedef 823 NPStream* stream, NPBool seekable, 825 NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream, 827 int32 NP_LOADDS NPP_WriteReady(NPP instance, NPStream* stream); 828 int32 NP_LOADDS NPP_Write(NPP instance, NPStream* stream, int32 offset, 830 void NP_LOADDS NPP_StreamAsFile(NPP instance, NPStream* stream, 859 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList); 861 const char* target, NPStream** stream); 862 int32 NPN_Write(NPP instance, NPStream* stream, int32 len, 864 NPError NPN_DestroyStream(NPP instance, NPStream* stream,
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
D | main.m | 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 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); 163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 169 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 174 int32 NPP_WriteReady(NPP instance, NPStream* stream) 179 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) 184 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | main.cpp | 158 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream() 174 NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPReason reason) in NPP_DestroyStream() 188 int32 NPP_WriteReady(NPP instance, NPStream *stream) in NPP_WriteReady() 193 int32 NPP_Write(NPP instance, NPStream *stream, int32 offset, int32 len, void *buffer) in NPP_Write() 198 void NPP_StreamAsFile(NPP instance, NPStream *stream, const char *fname) in NPP_StreamAsFile()
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
D | main.m | 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 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); 167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 173 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 178 int32 NPP_WriteReady(NPP instance, NPStream* stream) 183 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) 188 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 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); 193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 199 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 204 int32 NPP_WriteReady(NPP instance, NPStream* stream) 209 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) 214 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 161 NPStream *stream, in webkit_test_plugin_new_stream() 182 webkit_test_plugin_destroy_stream(NPP instance, NPStream* /*stream*/, NPError /*reason*/) in webkit_test_plugin_destroy_stream() argument 198 webkit_test_plugin_stream_as_file(NPP /*instance*/, NPStream* /*stream*/, const char* /*fname*/) in webkit_test_plugin_stream_as_file() argument 203 webkit_test_plugin_write_ready(NPP /*instance*/, NPStream* /*stream*/) in webkit_test_plugin_write_ready() argument 210 NPStream* /*stream*/, in webkit_test_plugin_write() argument
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
D | main.m | 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 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); 180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… 186 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 191 int32 NPP_WriteReady(NPP instance, NPStream* stream) 196 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) 201 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | main.cpp | 205 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *sty… in NPP_NewStream() 223 NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPReason reason) in NPP_DestroyStream() 238 int32 NPP_WriteReady(NPP instance, NPStream *stream) in NPP_WriteReady() 243 int32 NPP_Write(NPP instance, NPStream *stream, int32 offset, int32 len, void *buffer) in NPP_Write() 248 void NPP_StreamAsFile(NPP instance, NPStream *stream, const char *fname) in NPP_StreamAsFile()
|
D | PluginObject.h | 40 NPStream* stream;
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.h | 162 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream; 163 - (NPError)write:(NPStream*)stream len:(SInt32)len buffer:(void *)buffer; 164 - (NPError)destroyStream:(NPStream*)stream reason:(NPReason)reason;
|
D | WebBaseNetscapePluginStream.h | 67 static NPP ownerForStream(NPStream *); 109 NPStream m_stream;
|
D | npapi.mm | 63 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) 102 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) 107 int32 NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer) 112 NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason)
|
D | WebBaseNetscapePluginStream.mm | 79 typedef HashMap<NPStream*, NPP> StreamMap; 86 NPP WebNetscapePluginStream::ownerForStream(NPStream *stream) 139 memset(&m_stream, 0, sizeof(NPStream)); 159 memset(&m_stream, 0, sizeof(NPStream));
|
D | WebNetscapePluginView.mm | 1864 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream 1870 -(NPError)write:(NPStream*)stream len:(SInt32)len buffer:(void *)buffer 1876 -(NPError)destroyStream:(NPStream*)stream reason:(NPReason)reason argument 1879 // This function does a sanity check to ensure that the NPStream provided actually 1883 LOG(Plugins, "Invalid NPStream passed to NPN_DestroyStream: %p", stream);
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 5227 …Change the streams hash map to contain an NPStream*, and change ownerForStream to take an NPStream… 5231 Check that the NPStream pointer is valid before accessing stream->ndata. 5372 The problem was that the DivX plug-in would ask us to destroy an NPStream 5385 Use helper method to guard against a plug-in using an NPStream that doesn't 23947 … have a NULL instance by the time we start the NPStream (by calling -startStreamWithResponse:).
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 3242 Add headers member to NPStream struct. Also increase NP_VERSION_MINOR to 18. 3244 NPStream::headers. Increasing from 17 to 18 reflects presence of NPObject
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 17600 (pluginInvoke): support null window argument for NPStream creation.
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 24305 Check that NPStream pointers passed to NPN_DestroyStream are valid.
|