#include <BlobRegistryProxy.h>
|
void | registerFileBlobURL (const WebCore::URL &, Ref< WebCore::BlobDataFileReference > &&, const String &contentType) override |
|
void | registerBlobURL (const WebCore::URL &, Vector< WebCore::BlobPart > &&, const String &contentType) override |
|
void | registerBlobURL (const WebCore::URL &, const WebCore::URL &srcURL) override |
|
void | registerBlobURLOptionallyFileBacked (const WebCore::URL &, const WebCore::URL &srcURL, RefPtr< WebCore::BlobDataFileReference > &&, const String &contentType) override |
|
void | unregisterBlobURL (const WebCore::URL &) override |
|
void | registerBlobURLForSlice (const WebCore::URL &, const WebCore::URL &srcURL, long long start, long long end) override |
|
unsigned long long | blobSize (const WebCore::URL &) override |
|
void | writeBlobsToTemporaryFiles (const Vector< String > &blobURLs, Function< void(const Vector< String > &filePaths)> &&completionHandler) override |
|
virtual void | registerFileBlobURL (const URL &, Ref< BlobDataFileReference > &&, const String &contentType)=0 |
|
virtual void | registerBlobURL (const URL &, Vector< BlobPart > &&, const String &contentType)=0 |
|
virtual void | registerBlobURLOptionallyFileBacked (const URL &, const URL &srcURL, RefPtr< BlobDataFileReference > &&, const String &contentType)=0 |
|
virtual void | writeBlobsToTemporaryFiles (const Vector< String > &blobURLs, WTF::Function< void(const Vector< String > &filePaths)> &&completionHandler)=0 |
|
virtual bool | isBlobRegistryImpl () const |
|
virtual void | registerFileBlobURL (const URL &, Ref< BlobDataFileReference > &&, const String &contentType)=0 |
|
virtual void | registerBlobURL (const URL &, Vector< BlobPart > &&, const String &contentType)=0 |
|
virtual void | registerBlobURLOptionallyFileBacked (const URL &, const URL &srcURL, RefPtr< BlobDataFileReference > &&, const String &contentType)=0 |
|
virtual void | writeBlobsToTemporaryFiles (const Vector< String > &blobURLs, WTF::Function< void(const Vector< String > &filePaths)> &&completionHandler)=0 |
|
virtual bool | isBlobRegistryImpl () const |
|
◆ blobSize()
unsigned long long WebKit::BlobRegistryProxy::blobSize |
( |
const WebCore::URL & |
url | ) |
|
|
overridevirtual |
◆ registerBlobURL() [1/2]
◆ registerBlobURL() [2/2]
◆ registerBlobURLForSlice()
void WebKit::BlobRegistryProxy::registerBlobURLForSlice |
( |
const WebCore::URL & |
url, |
|
|
const WebCore::URL & |
srcURL, |
|
|
long long |
start, |
|
|
long long |
end |
|
) |
| |
|
overridevirtual |
◆ registerBlobURLOptionallyFileBacked()
◆ registerFileBlobURL()
◆ unregisterBlobURL()
◆ writeBlobsToTemporaryFiles()
The documentation for this class was generated from the following files: