#include <BlobResourceHandle.h>
|
enum | Error {
Error::NoError = 0,
Error::NotFoundError = 1,
Error::SecurityError = 2,
Error::RangeError = 3,
Error::NotReadableError = 4,
Error::MethodNotAllowed = 5
} |
|
Public Types inherited from WebCore::ResourceHandle |
typedef Ref< ResourceHandle >(* | BuiltinConstructor) (const ResourceRequest &request, ResourceHandleClient *client) |
|
typedef void(* | BuiltinSynchronousLoader) (NetworkingContext *, const ResourceRequest &, StoredCredentials, ResourceError &, ResourceResponse &, Vector< char > &data) |
|
typedef Ref< ResourceHandle >(* | BuiltinConstructor) (const ResourceRequest &request, ResourceHandleClient *client) |
|
typedef void(* | BuiltinSynchronousLoader) (NetworkingContext *, const ResourceRequest &, StoredCredentials, ResourceError &, ResourceResponse &, Vector< char > &data) |
|
|
static Ref< BlobResourceHandle > | createAsync (BlobData *, const ResourceRequest &, ResourceHandleClient *) |
|
static void | loadResourceSynchronously (BlobData *, const ResourceRequest &, ResourceError &, ResourceResponse &, Vector< char > &data) |
|
Static Public Member Functions inherited from WebCore::ResourceHandle |
static WEBCORE_EXPORT RefPtr< ResourceHandle > | create (NetworkingContext *, const ResourceRequest &, ResourceHandleClient *, bool defersLoading, bool shouldContentSniff) |
|
static WEBCORE_EXPORT void | loadResourceSynchronously (NetworkingContext *, const ResourceRequest &, StoredCredentials, ResourceError &, ResourceResponse &, Vector< char > &data) |
|
static bool | shouldContentSniffURL (const URL &) |
|
static WEBCORE_EXPORT void | forceContentSniffing () |
|
static void | registerBuiltinConstructor (const AtomicString &protocol, BuiltinConstructor) |
|
static void | registerBuiltinSynchronousLoader (const AtomicString &protocol, BuiltinSynchronousLoader) |
|
static WEBCORE_EXPORT RefPtr< ResourceHandle > | create (NetworkingContext *, const ResourceRequest &, ResourceHandleClient *, bool defersLoading, bool shouldContentSniff) |
|
static WEBCORE_EXPORT void | loadResourceSynchronously (NetworkingContext *, const ResourceRequest &, StoredCredentials, ResourceError &, ResourceResponse &, Vector< char > &data) |
|
static bool | shouldContentSniffURL (const URL &) |
|
static WEBCORE_EXPORT void | forceContentSniffing () |
|
static void | registerBuiltinConstructor (const AtomicString &protocol, BuiltinConstructor) |
|
static void | registerBuiltinSynchronousLoader (const AtomicString &protocol, BuiltinSynchronousLoader) |
|
◆ Error
Enumerator |
---|
NoError | |
NotFoundError | |
SecurityError | |
RangeError | |
NotReadableError | |
MethodNotAllowed | |
◆ aborted()
bool WebCore::BlobResourceHandle::aborted |
( |
| ) |
const |
|
inline |
◆ createAsync()
◆ loadResourceSynchronously()
◆ readSync()
int WebCore::BlobResourceHandle::readSync |
( |
char * |
buf, |
|
|
int |
length |
|
) |
| |
◆ start()
void WebCore::BlobResourceHandle::start |
( |
| ) |
|
The documentation for this class was generated from the following files: