#include <ThreadableBlobRegistry.h>
|
static void | registerFileBlobURL (const URL &, const String &path, const String &contentType) |
|
static void | registerBlobURL (const URL &, Vector< BlobPart > &&blobParts, const String &contentType) |
|
static void | registerBlobURL (SecurityOrigin *, const URL &, const URL &srcURL) |
|
static void | registerBlobURLOptionallyFileBacked (const URL &, const URL &srcURL, const String &fileBackedPath, const String &contentType) |
|
static void | registerBlobURLForSlice (const URL &newURL, const URL &srcURL, long long start, long long end) |
|
static void | unregisterBlobURL (const URL &) |
|
static unsigned long long | blobSize (const URL &) |
|
static RefPtr< SecurityOrigin > | getCachedOrigin (const URL &) |
|
◆ blobSize()
unsigned long long WebCore::ThreadableBlobRegistry::blobSize |
( |
const URL & |
url | ) |
|
|
static |
◆ getCachedOrigin()
◆ registerBlobURL() [1/2]
◆ registerBlobURL() [2/2]
◆ registerBlobURLForSlice()
void WebCore::ThreadableBlobRegistry::registerBlobURLForSlice |
( |
const URL & |
newURL, |
|
|
const URL & |
srcURL, |
|
|
long long |
start, |
|
|
long long |
end |
|
) |
| |
|
static |
◆ registerBlobURLOptionallyFileBacked()
void WebCore::ThreadableBlobRegistry::registerBlobURLOptionallyFileBacked |
( |
const URL & |
url, |
|
|
const URL & |
srcURL, |
|
|
const String & |
fileBackedPath, |
|
|
const String & |
contentType |
|
) |
| |
|
static |
◆ registerFileBlobURL()
void WebCore::ThreadableBlobRegistry::registerFileBlobURL |
( |
const URL & |
url, |
|
|
const String & |
path, |
|
|
const String & |
contentType |
|
) |
| |
|
static |
◆ unregisterBlobURL()
void WebCore::ThreadableBlobRegistry::unregisterBlobURL |
( |
const URL & |
url | ) |
|
|
static |
The documentation for this class was generated from the following files: