Home
last modified time | relevance | path

Searched refs:NPP_NewStream (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c43 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/
DChangeLog58 (NPP_NewStream):
134 (NPP_NewStream):
235 (NPP_NewStream):
300 (NPP_NewStream):
369 (NPP_NewStream):
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m59 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/
Dmain.m62 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/
Dmain.m78 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/
Dmain.m65 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/
DNetscapePluginStream.cpp159 …NPError error = m_plugin->NPP_NewStream(const_cast<char*>(m_mimeType.data()), &m_npStream, false, … in start()
DNetscapePlugin.h107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
DNetscapePlugin.cpp306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint1… in NPP_NewStream() function in WebKit::NetscapePlugin
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp109 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/
DWebNetscapePluginStream.mm250 …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());
DWebNetscapePluginView.mm1605 …// Don't call NPP_NewStream and other stream methods if there is no JS result to deliver. This is …
/external/webkit/Source/WebCore/bridge/
Dnpapi.h823 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm704 …// Don't call NPP_NewStream and other stream methods if there is no JS result to deliver. This is …
/external/webkit/Tools/
DChangeLog-2009-06-166157 (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 …]
DChangeLog-2010-05-243062 (NPP_NewStream):
3068 (NPP_NewStream):
26331 (NPP_NewStream):
DChangeLog-2011-02-1629168 (NPP_NewStream):
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-033633 stream is not successfully created by NPP_NewStream.
3888 (-[WebNetscapePluginPackage NPP_NewStream]):
15036 (-[IFPluginView NPP_NewStream]): Accessor for IFPluginStream.
DChangeLog-2010-01-2916406 Port r34988 to Mac: don't call NPP_DestroyStream if NPP_NewStream was
16413 …nseURL:expectedContentLength:lastModifiedDate:MIMEType:headers:]): If NPP_NewStream is successful,…
DChangeLog-2007-10-1423950 …-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, …
DChangeLog-2006-02-0913142 …(-[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/
DChangeLog-2008-08-106898 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
DChangeLog-2007-10-148688 …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.
DChangeLog-2010-05-2413702 (NPP_NewStream):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1639892 (WebKit::NetscapePlugin::NPP_NewStream):
39914 … Set up the NPStream object. Call NPP_NewStream. Return false if the call was not successful, or if

12