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

/external/webkit/Source/WebCore/platform/network/
H A DBlobData.cpp78 void BlobData::appendFile(const String& path) function in class:WebCore::BlobData
83 void BlobData::appendFile(const String& path, long long offset, long long length, double expectedModificationTime) function in class:WebCore::BlobData
H A DBlobRegistryImpl.cpp92 blobStorageData->m_data.appendFile(iter->path, iter->offset, iter->length, iter->expectedModificationTime);
118 blobStorageData->m_data.appendFile(iter->path, iter->offset + offset, newLength, iter->expectedModificationTime);
142 blobStorageData->m_data.appendFile(iter->path, iter->offset, iter->length, iter->expectedModificationTime);
H A DBlobData.h165 void appendFile(const String& path);
166 void appendFile(const String& path, long long offset, long long length, double expectedModificationTime);
H A DFormData.h108 void appendFile(const String& filePath, bool shouldGenerateFile = false);
H A DFormData.cpp162 void FormData::appendFile(const String& filename, bool shouldGenerateFile) function in class:WebCore::FormData
249 appendFile(static_cast<File*>(value.blob())->path(), shouldGenerateFile);
/external/webkit/Source/WebKit/chromium/src/
H A DWebHTTPBody.cpp119 void WebHTTPBody::appendFile(const WebString& filePath) function in class:WebKit::WebHTTPBody
122 m_private->appendFile(filePath);
/external/webkit/Source/WebCore/fileapi/
H A DBlob.cpp103 blobData->appendFile(static_cast<const File*>(this)->path(), start, length, modificationTime);
H A DFile.cpp45 blobData->appendFile(path);
/external/webkit/Source/WebKit/chromium/public/
H A DWebHTTPBody.h85 WEBKIT_API void appendFile(const WebString&);
/external/webkit/Source/WebCore/platform/network/cf/
H A DFormDataStreamCFNet.cpp109 formData->appendFile(filename);
/external/chromium/webkit/glue/
H A Dglue_serialize_unittest.cc35 http_body.appendFile(WebString::fromUTF8("file.txt"));
/external/webkit/Source/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm425 newFormData->appendFile(element.m_filename, element.m_shouldGenerateFile);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.cpp552 m_requestEntityBody->appendFile(static_cast<File*>(body)->path());

Completed in 187 milliseconds