#include <NetworkBlobRegistry.h>
|
| NetworkBlobRegistry () |
|
void | registerFileBlobURL (NetworkConnectionToWebProcess *, const WebCore::URL &, const String &path, RefPtr< SandboxExtension > &&, const String &contentType) |
|
void | registerBlobURL (NetworkConnectionToWebProcess *, const WebCore::URL &, Vector< WebCore::BlobPart > &&, const String &contentType) |
|
void | registerBlobURL (NetworkConnectionToWebProcess *, const WebCore::URL &, const WebCore::URL &srcURL) |
|
void | registerBlobURLOptionallyFileBacked (NetworkConnectionToWebProcess *, const WebCore::URL &, const WebCore::URL &srcURL, const String &fileBackedPath, const String &contentType) |
|
void | registerBlobURLForSlice (NetworkConnectionToWebProcess *, const WebCore::URL &, const WebCore::URL &srcURL, int64_t start, int64_t end) |
|
void | unregisterBlobURL (NetworkConnectionToWebProcess *, const WebCore::URL &) |
|
uint64_t | blobSize (NetworkConnectionToWebProcess *, const WebCore::URL &) |
|
void | writeBlobsToTemporaryFiles (const Vector< String > &blobURLs, Function< void(const Vector< String > &)> &&completionHandler) |
|
void | connectionToWebProcessDidClose (NetworkConnectionToWebProcess *) |
|
Vector< RefPtr< WebCore::BlobDataFileReference > > | filesInBlob (NetworkConnectionToWebProcess &, const WebCore::URL &) |
|
◆ NetworkBlobRegistry()
WebKit::NetworkBlobRegistry::NetworkBlobRegistry |
( |
| ) |
|
◆ blobSize()
◆ connectionToWebProcessDidClose()
◆ filesInBlob()
◆ registerBlobURL() [1/2]
◆ registerBlobURL() [2/2]
◆ registerBlobURLForSlice()
◆ registerBlobURLOptionallyFileBacked()
◆ registerFileBlobURL()
◆ singleton()
◆ unregisterBlobURL()
◆ writeBlobsToTemporaryFiles()
The documentation for this class was generated from the following files: