Searched refs:appendFile (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/chromium/public/
H A 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 WebFileInfo&);
/external/webkit/WebKit/chromium/src/
H A DWebHTTPBody.cpp110 void WebHTTPBody::appendFile(const WebString& filePath) function in class:WebKit::WebHTTPBody
113 m_private->appendFile(filePath);
116 void WebHTTPBody::appendFile(const WebString& filePath, long long fileStart, long long fileLength, const WebFileInfo& fileInfo) function in class:WebKit::WebHTTPBody
/external/webkit/WebCore/html/
H A DFormDataList.h40 void appendFile(const String& key, PassRefPtr<File> file) function in class:WebCore::FormDataList
H A DHTMLFormElement.cpp269 result->appendFile(value.file()->path(), shouldGenerateFile);
H A DHTMLInputElement.cpp1362 encoding.appendFile(name(), File::create(""));
1367 encoding.appendFile(name(), m_fileList->item(i));
/external/webkit/WebCore/platform/network/
H A DFormData.h75 void appendFile(const String& filename, bool shouldGenerateFile = false);
H A DFormData.cpp128 void FormData::appendFile(const String& filename, bool shouldGenerateFile) function in class:WebCore::FormData
/external/webkit/WebCore/platform/network/cf/
H A DFormDataStreamCFNet.cpp370 formData->appendFile(filename);
/external/webkit/WebCore/xml/
H A DXMLHttpRequest.cpp447 m_requestEntityBody->appendFile(body->path(), false);

Completed in 137 milliseconds