/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… 83 pluginFuncs->newstream = NPP_NewStream; in NP_GetEntryPoints() 140 …Funcs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream); in main() 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream() function
|
/external/webkit/Examples/ |
D | ChangeLog | 58 (NPP_NewStream): 134 (NPP_NewStream): 235 (NPP_NewStream): 300 (NPP_NewStream): 369 (NPP_NewStream):
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function 90 pluginFuncs->newstream = NPP_NewStream; 163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… function 93 pluginFuncs->newstream = NPP_NewStream; 167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… function
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function 109 pluginFuncs->newstream = NPP_NewStream; 193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function 96 pluginFuncs->newstream = NPP_NewStream; 180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* sty… function
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.cpp | 159 …NPError error = m_plugin->NPP_NewStream(const_cast<char*>(m_mimeType.data()), &m_npStream, false, … in start()
|
D | NetscapePlugin.h | 107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
|
D | NetscapePlugin.cpp | 306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint1… in NPP_NewStream() function in WebKit::NetscapePlugin
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | main.cpp | 109 pluginFuncs->newstream = NPP_NewStream; in NP_GetEntryPoints() 388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream() function
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginStream.mm | 250 …LOG(Plugins, "NPP_NewStream URL=%@ MIME=%s error=%d", m_responseURL.get(), m_mimeType.data(), npEr… 253 … LOG_ERROR("NPP_NewStream failed with error: %d responseURL: %@", npErr, m_responseURL.get());
|
D | WebNetscapePluginView.mm | 1605 …// Don't call NPP_NewStream and other stream methods if there is no JS result to deliver. This is …
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 823 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.mm | 704 …// Don't call NPP_NewStream and other stream methods if there is no JS result to deliver. This is …
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 6157 (NPP_NewStream): Call executeScript. 6196 error from NPP_NewStream. 6208 (NPP_NewStream): If returnErrorFromNewStream has been set to true, 10238 (NPP_NewStream): 16386 return an error from NPP_NewStream. 16393 (NPP_NewStream): 17604 (notifyStream): added; hook from NPP_NewStream to record headers. 17607 (NPP_NewStream): call new header hook. 17732 (NPP_NewStream): 17805 (NPP_NewStream): [all …]
|
D | ChangeLog-2010-05-24 | 3062 (NPP_NewStream): 3068 (NPP_NewStream): 26331 (NPP_NewStream):
|
D | ChangeLog-2011-02-16 | 29168 (NPP_NewStream):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 3633 stream is not successfully created by NPP_NewStream. 3888 (-[WebNetscapePluginPackage NPP_NewStream]): 15036 (-[IFPluginView NPP_NewStream]): Accessor for IFPluginStream.
|
D | ChangeLog-2010-01-29 | 16406 Port r34988 to Mac: don't call NPP_DestroyStream if NPP_NewStream was 16413 …nseURL:expectedContentLength:lastModifiedDate:MIMEType:headers:]): If NPP_NewStream is successful,…
|
D | ChangeLog-2007-10-14 | 23950 …-startStreamWithResponse: if NPP_NewStream() returns an error. We can handle this gracefully by c… 23953 …stream data even if NPP_NewStream() returned an error. Seems like that alone could cause issues, …
|
D | ChangeLog-2006-02-09 | 13142 …(-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]): don't call NPP_NewStream and othe… 20914 …dar://problem/3422739>: Plug-in streams not cancelled when plug-in returns error from NPP_NewStream 20920 …dContentLength:lastModifiedDate:MIMEType:]): call cancelWithReason if NPP_NewStream returns an err…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 6898 If a plug-in returned an error code from NPP_NewStream, we would call 6900 NPP_DestroyStream if NPP_NewStream was successful, matching Firefox. 6905 (WebCore::PluginStream::startStream): If NPP_NewStream returns an error, 55475 made with NPN_PostURLNotify fails before NPP_NewStream is called. 55479 made with NPN_PostURLNotify. If the quirk is present, call NPP_NewStream 68490 Always call NPP_NewStream, NPP_DestroyStream and NPP_URLNotify for JavaScript
|
D | ChangeLog-2007-10-14 | 8688 …ADOBE: Safari 3 on Windows is passing bogus values in stream->headers in NPP_NewStream, causing Fl… 8690 Serialize the headers into a stream and pass it to NPP_NewStream in stream->headers.
|
D | ChangeLog-2010-05-24 | 13702 (NPP_NewStream):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 39892 (WebKit::NetscapePlugin::NPP_NewStream): 39914 … Set up the NPStream object. Call NPP_NewStream. Return false if the call was not successful, or if
|