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

/external/webkit/Source/WebKit/chromium/public/
H A DWebFileWriter.h47 virtual void write(long long position, const WebURL& blobURL) = 0;
H A DWebBlobData.h53 WebURL blobURL; member in struct:WebKit::WebBlobData::Item
H A DWebHTTPBody.h57 WebURL blobURL; member in struct:WebKit::WebHTTPBody::Element
/external/webkit/Source/WebKit/chromium/src/
H A DWebHTTPBody.cpp81 result.blobURL = KURL();
100 result.blobURL = element.m_blobURL;
133 void WebHTTPBody::appendBlob(const WebURL& blobURL) argument
137 m_private->appendBlob(blobURL);
H A DWebBlobData.cpp70 result.blobURL = KURL();
86 result.blobURL = item.url;
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.h61 virtual void write(const KURL& blobURL, long long position, int length);
81 void writeOnFileThread(const KURL& blobURL, long long position, int length);
H A DFileStreamProxy.cpp191 void FileStreamProxy::write(const KURL& blobURL, long long position, int length) argument
193 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::writeOnFileThread, blobURL, position, length));
196 void FileStreamProxy::writeOnFileThread(const KURL& blobURL, long long position, int length) argument
198 int bytesWritten = m_stream->write(blobURL, position, length);
/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h53 virtual void write(const KURL& blobURL, long long position, int length) = 0;
H A DFileStream.h82 int write(const KURL& blobURL, long long position, int length);
/external/webkit/Source/WebCore/platform/network/
H A DFormData.h42 explicit FormDataElement(const KURL& blobURL) : m_type(encodedBlob), m_blobURL(blobURL) { } argument
111 void appendBlob(const KURL& blobURL);
H A DFormData.cpp177 void FormData::appendBlob(const KURL& blobURL) argument
179 m_elements.append(FormDataElement(blobURL));
/external/chromium/webkit/glue/
H A Dglue_serialize.cc244 WriteGURL(element.blobURL, obj);
H A Dweburlloader_impl.cc477 bridge_->AppendBlobToUpload(GURL(element.blobURL));

Completed in 155 milliseconds