Home
last modified time | relevance | path

Searched refs:NPP_StreamAsFile (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c47 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname);
85 pluginFuncs->asfile = NPP_StreamAsFile; in NP_GetEntryPoints()
142 …cs->asfile = (NPP_StreamAsFileProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_StreamAsFile); in main()
204 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) in NPP_StreamAsFile() function
/external/webkit/Examples/
DChangeLog138 (NPP_StreamAsFile):
239 (NPP_StreamAsFile):
304 (NPP_StreamAsFile):
373 (NPP_StreamAsFile):
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m63 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); function
92 pluginFuncs->asfile = NPP_StreamAsFile;
184 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) function
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m66 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); function
95 pluginFuncs->asfile = NPP_StreamAsFile;
188 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) function
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m82 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); function
111 pluginFuncs->asfile = NPP_StreamAsFile;
214 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) function
/external/webkit/Examples/NetscapeInputMethodPlugin/
Dmain.m69 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); function
98 pluginFuncs->asfile = NPP_StreamAsFile;
201 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) function
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginStream.mm397 … LOG(Plugins, "NPP_StreamAsFile responseURL=%@ path=%s", m_responseURL.get(), carbonPath);
401 …// Delete the file after calling NPP_StreamAsFile(), instead of in -dealloc/-finalize. It should …
402 …// to delete the file here -- NPP_StreamAsFile() is always called immediately before NPP_DestroySt…
404 // file asynchronously after NPP_StreamAsFile() is called.
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp308 m_plugin->NPP_StreamAsFile(&m_npStream, m_filePath.utf8().data()); in stop()
DNetscapePlugin.h109 void NPP_StreamAsFile(NPStream*, const char* filename);
DNetscapePlugin.cpp316 void NetscapePlugin::NPP_StreamAsFile(NPStream* stream, const char* filename) in NPP_StreamAsFile() function in WebKit::NetscapePlugin
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp111 pluginFuncs->asfile = NPP_StreamAsFile; in NP_GetEntryPoints()
451 void NPP_StreamAsFile(NPP instance, NPStream *stream, const char *fname) in NPP_StreamAsFile() function
/external/webkit/Source/WebCore/bridge/
Dnpapi.h831 void NP_LOADDS NPP_StreamAsFile(NPP instance, NPStream* stream,
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1423447 is now deleted immediately after calling NPP_StreamAsFile().
23451 …Delete the file after calling NPP_StreamAsFile(), instead of in -dealloc/-finalize. It should be …
23452 …to delete the file here -- NPP_StreamAsFile() is always called immediately before NPP_DestroyStrea…
23454 asynchronously after NPP_StreamAsFile() is called.
DChangeLog-2006-02-0910490 - call NPP_StreamAsFile and NPP_DestroyStream if stream.ndata is not NULL
12318 …- fixed <rdar://problem/3760924> Carbon path passed in NPP_StreamAsFile must be in local character…
21474 …(-[WebBaseNetscapePluginStream destroyStream]): new, calls NPP_StreamAsFile, NPP_DestroyStream and…
21477 …(-[WebBaseNetscapePluginStream finishedLoadingWithData:]): don't call NPP_StreamAsFile because thi…
DChangeLog-2002-12-033889 (-[WebNetscapePluginPackage NPP_StreamAsFile]):
15039 (-[IFPluginView NPP_StreamAsFile]): Accessor for IFPluginStream.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1638976 (WebKit::NetscapePlugin::NPP_StreamAsFile):
38995 call NPP_StreamAsFile and close the file and delete it.
/external/webkit/Tools/
DChangeLog-2009-06-1623881 (NPP_StreamAsFile):