Home
last modified time | relevance | path

Searched refs:appendFile (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebHTTPBody.cpp110 void WebHTTPBody::appendFile(const WebString& filePath) in appendFile() function in WebKit::WebHTTPBody
113 m_private->appendFile(filePath); in appendFile()
116 void WebHTTPBody::appendFile(const WebString& filePath, long long fileStart, long long fileLength, … in appendFile() function in WebKit::WebHTTPBody
/external/webkit/WebKit/chromium/public/
DWebHTTPBody.h84 WEBKIT_API void appendFile(const WebString&); // FIXME: to be removed.
86 …WEBKIT_API void appendFile(const WebString&, long long fileStart, long long fileLength, const WebF…
/external/webkit/WebCore/html/
DFormDataList.h40 void appendFile(const String& key, PassRefPtr<File> file) in appendFile() function
DHTMLFormElement.cpp269 result->appendFile(value.file()->path(), shouldGenerateFile); in createFormData()
DHTMLInputElement.cpp1362 encoding.appendFile(name(), File::create("")); in appendFormData()
1367 encoding.appendFile(name(), m_fileList->item(i)); in appendFormData()
/external/webkit/WebCore/platform/network/
DFormData.h75 void appendFile(const String& filename, bool shouldGenerateFile = false);
DFormData.cpp128 void FormData::appendFile(const String& filename, bool shouldGenerateFile) in appendFile() function in WebCore::FormData
/external/webkit/WebCore/platform/network/cf/
DFormDataStreamCFNet.cpp370 formData->appendFile(filename); in httpBodyFromRequest()
/external/webkit/WebCore/xml/
DXMLHttpRequest.cpp447 m_requestEntityBody->appendFile(body->path(), false); in send()
/external/webkit/WebKit/chromium/
DChangeLog227 (WebKit::WebHTTPBody::appendFile):
5767 (WebKit::WebHTTPBody::appendFile):
/external/webkit/WebCore/
DChangeLog-2005-08-2324090 … (DOM::HTMLFormElementImpl::formData): Same here, and also use appendFile rather than appendData
24092 … (DOM::HTMLInputElementImpl::appendFormData): Use appendFile here rather than reading the file
24095 (DOM::FormDataList::appendFile): Added.
36821 * khtml/misc/formdata.cpp: (khtml::FormData::appendFile): Added. Will be needed soon.
DChangeLog-2006-12-319283 (WebCore::FormDataList::appendFile):
32717 (WebCore::FormDataList::appendFile): Ditto.
32760 (WebCore::FormData::appendFile): Ditto.
DChangeLog-2005-12-1925088 (DOM::FormDataList::appendFile):
DChangeLog-2009-06-1678507 * html/FormDataList.cpp: Removed appendFile since it's now inline.
78513 FormDataList::appendFile accordingly.
DChangeLog-2008-08-1025349 … (WebCore::FormData::appendFile): Passes along a shouldGenerateFile flag to the FormDataElement.