|
virtual | ~ResourceLoader ()=0 |
|
WEBCORE_EXPORT void | cancel () |
|
virtual bool | init (const ResourceRequest &) |
|
void | deliverResponseAndData (const ResourceResponse &, RefPtr< SharedBuffer > &&) |
|
WEBCORE_EXPORT FrameLoader * | frameLoader () const |
|
DocumentLoader * | documentLoader () const |
|
const ResourceRequest & | originalRequest () const |
|
WEBCORE_EXPORT void | start () |
|
WEBCORE_EXPORT void | cancel (const ResourceError &) |
|
WEBCORE_EXPORT ResourceError | cancelledError () |
|
ResourceError | blockedError () |
|
ResourceError | blockedByContentBlockerError () |
|
ResourceError | cannotShowURLError () |
|
virtual void | setDefersLoading (bool) |
|
bool | defersLoading () const |
|
unsigned long | identifier () const |
|
virtual void | releaseResources () |
|
const ResourceResponse & | response () const |
|
SharedBuffer * | resourceData () const |
|
void | clearResourceData () |
|
virtual bool | isSubresourceLoader () |
|
virtual void | willSendRequest (ResourceRequest &&, const ResourceResponse &redirectResponse, std::function< void(ResourceRequest &&)> &&callback) |
|
virtual void | didSendData (unsigned long long bytesSent, unsigned long long totalBytesToBeSent) |
|
virtual void | didReceiveResponse (const ResourceResponse &) |
|
virtual void | didReceiveData (const char *, unsigned, long long encodedDataLength, DataPayloadType) |
|
virtual void | didReceiveBuffer (Ref< SharedBuffer > &&, long long encodedDataLength, DataPayloadType) |
|
virtual void | didFinishLoading (const NetworkLoadMetrics &) |
|
virtual void | didFail (const ResourceError &) |
|
virtual void | didRetrieveDerivedDataFromCache (const String &type, SharedBuffer &) |
|
virtual bool | shouldUseCredentialStorage () |
|
virtual void | didReceiveAuthenticationChallenge (const AuthenticationChallenge &) |
|
virtual void | receivedCancellation (const AuthenticationChallenge &) |
|
const URL & | url () const |
|
ResourceHandle * | handle () const |
|
bool | shouldSendResourceLoadCallbacks () const |
|
void | setSendCallbackPolicy (SendCallbackPolicy sendLoadCallbacks) |
|
bool | shouldSniffContent () const |
|
WEBCORE_EXPORT bool | isAllowedToAskUserForCredentials () const |
|
bool | shouldIncludeCertificateInfo () const |
|
bool | reachedTerminalState () const |
|
const ResourceRequest & | request () const |
|
void | setDataBufferingPolicy (DataBufferingPolicy) |
|
void | willSwitchToSubstituteResource () |
|
const LoadTiming & | loadTiming () |
|
const Frame * | frame () const |
|
WEBCORE_EXPORT bool | isAlwaysOnLoggingAllowed () const |
|
const ResourceLoaderOptions & | options () const |
|
virtual | ~ResourceLoader ()=0 |
|
WEBCORE_EXPORT void | cancel () |
|
virtual bool | init (const ResourceRequest &) |
|
void | deliverResponseAndData (const ResourceResponse &, RefPtr< SharedBuffer > &&) |
|
WEBCORE_EXPORT FrameLoader * | frameLoader () const |
|
DocumentLoader * | documentLoader () const |
|
const ResourceRequest & | originalRequest () const |
|
WEBCORE_EXPORT void | start () |
|
WEBCORE_EXPORT void | cancel (const ResourceError &) |
|
WEBCORE_EXPORT ResourceError | cancelledError () |
|
ResourceError | blockedError () |
|
ResourceError | blockedByContentBlockerError () |
|
ResourceError | cannotShowURLError () |
|
virtual void | setDefersLoading (bool) |
|
bool | defersLoading () const |
|
unsigned long | identifier () const |
|
virtual void | releaseResources () |
|
const ResourceResponse & | response () const |
|
SharedBuffer * | resourceData () const |
|
void | clearResourceData () |
|
virtual bool | isSubresourceLoader () |
|
virtual void | willSendRequest (ResourceRequest &&, const ResourceResponse &redirectResponse, std::function< void(ResourceRequest &&)> &&callback) |
|
virtual void | didSendData (unsigned long long bytesSent, unsigned long long totalBytesToBeSent) |
|
virtual void | didReceiveResponse (const ResourceResponse &) |
|
virtual void | didReceiveData (const char *, unsigned, long long encodedDataLength, DataPayloadType) |
|
virtual void | didReceiveBuffer (Ref< SharedBuffer > &&, long long encodedDataLength, DataPayloadType) |
|
virtual void | didFinishLoading (const NetworkLoadMetrics &) |
|
virtual void | didFail (const ResourceError &) |
|
virtual void | didRetrieveDerivedDataFromCache (const String &type, SharedBuffer &) |
|
virtual bool | shouldUseCredentialStorage () |
|
virtual void | didReceiveAuthenticationChallenge (const AuthenticationChallenge &) |
|
virtual void | receivedCancellation (const AuthenticationChallenge &) |
|
const URL & | url () const |
|
ResourceHandle * | handle () const |
|
bool | shouldSendResourceLoadCallbacks () const |
|
void | setSendCallbackPolicy (SendCallbackPolicy sendLoadCallbacks) |
|
bool | shouldSniffContent () const |
|
WEBCORE_EXPORT bool | isAllowedToAskUserForCredentials () const |
|
bool | shouldIncludeCertificateInfo () const |
|
bool | reachedTerminalState () const |
|
const ResourceRequest & | request () const |
|
void | setDataBufferingPolicy (DataBufferingPolicy) |
|
void | willSwitchToSubstituteResource () |
|
const LoadTiming & | loadTiming () |
|
const Frame * | frame () const |
|
WEBCORE_EXPORT bool | isAlwaysOnLoggingAllowed () const |
|
const ResourceLoaderOptions & | options () const |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
|
| ResourceLoader (Frame &, ResourceLoaderOptions) |
|
void | didFinishLoadingOnePart (const NetworkLoadMetrics &) |
|
void | cleanupForError (const ResourceError &) |
|
bool | wasCancelled () const |
|
void | didReceiveDataOrBuffer (const char *, unsigned, RefPtr< SharedBuffer > &&, long long encodedDataLength, DataPayloadType) |
|
virtual void | willSendRequestInternal (ResourceRequest &, const ResourceResponse &redirectResponse) |
|
| ResourceLoader (Frame &, ResourceLoaderOptions) |
|
void | didFinishLoadingOnePart (const NetworkLoadMetrics &) |
|
void | cleanupForError (const ResourceError &) |
|
bool | wasCancelled () const |
|
void | didReceiveDataOrBuffer (const char *, unsigned, RefPtr< SharedBuffer > &&, long long encodedDataLength, DataPayloadType) |
|
virtual void | willSendRequestInternal (ResourceRequest &, const ResourceResponse &redirectResponse) |
|
| RefCounted () |
|
| RefCounted () |
|
| RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
Protected Member Functions inherited from WebCore::ResourceHandleClient |
WEBCORE_EXPORT | ResourceHandleClient () |
|
virtual WEBCORE_EXPORT | ~ResourceHandleClient () |
|
virtual bool | usesAsyncCallbacks () |
|
virtual bool | loadingSynchronousXHR () |
|
virtual WEBCORE_EXPORT void | willSendRequestAsync (ResourceHandle *, ResourceRequest &&, ResourceResponse &&) |
|
virtual WEBCORE_EXPORT void | didReceiveResponseAsync (ResourceHandle *, ResourceResponse &&) |
|
WEBCORE_EXPORT | ResourceHandleClient () |
|
virtual WEBCORE_EXPORT | ~ResourceHandleClient () |
|
virtual bool | usesAsyncCallbacks () |
|
virtual bool | loadingSynchronousXHR () |
|
virtual WEBCORE_EXPORT void | willSendRequestAsync (ResourceHandle *, ResourceRequest &&, ResourceResponse &&) |
|
virtual WEBCORE_EXPORT void | didReceiveResponseAsync (ResourceHandle *, ResourceResponse &&) |
|