|
| | CachedRawResource (CachedResourceRequest &&, Type, SessionID) |
| |
| virtual void | setDefersLoading (bool) |
| |
| virtual void | setDataBufferingPolicy (DataBufferingPolicy) |
| |
| unsigned long | identifier () const |
| |
| void | clear () |
| |
| bool | canReuse (const ResourceRequest &) const |
| |
| bool | wasRedirected () const |
| |
| void | finishedTimingForWorkerLoad (ResourceTiming &&) |
| |
| | CachedRawResource (CachedResourceRequest &&, Type, SessionID) |
| |
| virtual void | setDefersLoading (bool) |
| |
| virtual void | setDataBufferingPolicy (DataBufferingPolicy) |
| |
| unsigned long | identifier () const |
| |
| void | clear () |
| |
| bool | canReuse (const ResourceRequest &) const |
| |
| bool | wasRedirected () const |
| |
| void | finishedTimingForWorkerLoad (ResourceTiming &&) |
| |
| | CachedResource (CachedResourceRequest &&, Type, SessionID) |
| |
| virtual | ~CachedResource () |
| |
| virtual void | load (CachedResourceLoader &) |
| |
| virtual void | setEncoding (const String &) |
| |
| virtual String | encoding () const |
| |
| virtual const TextResourceDecoder * | textResourceDecoder () const |
| |
| virtual void | error (CachedResource::Status) |
| |
| void | setResourceError (const ResourceError &error) |
| |
| const ResourceError & | resourceError () const |
| |
| const ResourceRequest & | resourceRequest () const |
| |
| ResourceRequest & | resourceRequest () |
| |
| const URL & | url () const |
| |
| const String & | cachePartition () const |
| |
| SessionID | sessionID () const |
| |
| Type | type () const |
| |
| ResourceLoadPriority | loadPriority () const |
| |
| void | setLoadPriority (const std::optional< ResourceLoadPriority > &) |
| |
| WEBCORE_EXPORT void | addClient (CachedResourceClient &) |
| |
| WEBCORE_EXPORT void | removeClient (CachedResourceClient &) |
| |
| bool | hasClients () const |
| |
| bool | hasClient (CachedResourceClient &client) |
| |
| bool | deleteIfPossible () |
| |
| PreloadResult | preloadResult () const |
| |
| virtual void | didRemoveClient (CachedResourceClient &) |
| |
| void | destroyDecodedDataIfNeeded () |
| |
| unsigned | count () const |
| |
| Status | status () const |
| |
| void | setStatus (Status status) |
| |
| unsigned | size () const |
| |
| unsigned | encodedSize () const |
| |
| unsigned | decodedSize () const |
| |
| unsigned | overheadSize () const |
| |
| bool | isLoaded () const |
| |
| bool | isLoading () const |
| |
| void | setLoading (bool b) |
| |
| virtual bool | stillNeedsLoad () const |
| |
| SubresourceLoader * | loader () |
| |
| bool | areAllClientsXMLHttpRequests () const |
| |
| bool | isImage () const |
| |
| bool | isMainOrMediaOrRawResource () const |
| |
| bool | ignoreForRequestCount () const |
| |
| unsigned | accessCount () const |
| |
| void | increaseAccessCount () |
| |
| void | finish () |
| |
| void | setInCache (bool inCache) |
| |
| bool | inCache () const |
| |
| void | clearLoader () |
| |
| SharedBuffer * | resourceBuffer () const |
| |
| void | setResponse (const ResourceResponse &) |
| |
| const ResourceResponse & | response () const |
| |
| void | setCrossOrigin () |
| |
| bool | isCrossOrigin () const |
| |
| bool | isCORSSameOrigin () const |
| |
| ResourceResponse::Tainting | responseTainting () const |
| |
| void | loadFrom (const CachedResource &) |
| |
| SecurityOrigin * | origin () const |
| |
| AtomicString | initiatorName () const |
| |
| bool | canDelete () const |
| |
| bool | hasOneHandle () const |
| |
| bool | isExpired () const |
| |
| void | cancelLoad () |
| |
| bool | wasCanceled () const |
| |
| bool | errorOccurred () const |
| |
| bool | loadFailedOrCanceled () const |
| |
| bool | shouldSendResourceLoadCallbacks () const |
| |
| DataBufferingPolicy | dataBufferingPolicy () const |
| |
| bool | allowsCaching () const |
| |
| const FetchOptions & | options () const |
| |
| virtual void | destroyDecodedData () |
| |
| void | setOwningCachedResourceLoader (CachedResourceLoader *cachedResourceLoader) |
| |
| bool | isPreloaded () const |
| |
| void | increasePreloadCount () |
| |
| void | decreasePreloadCount () |
| |
| bool | isLinkPreload () |
| |
| void | setLinkPreload () |
| |
| void | registerHandle (CachedResourceHandleBase *) |
| |
| WEBCORE_EXPORT void | unregisterHandle (CachedResourceHandleBase *) |
| |
| bool | canUseCacheValidator () const |
| |
| virtual RevalidationDecision | makeRevalidationDecision (CachePolicy) const |
| |
| bool | redirectChainAllowsReuse (ReuseExpiredRedirectionOrNot) const |
| |
| bool | hasRedirections () const |
| |
| bool | varyHeaderValuesMatch (const ResourceRequest &) |
| |
| bool | isCacheValidator () const |
| |
| CachedResource * | resourceToRevalidate () const |
| |
| void | setResourceToRevalidate (CachedResource *) |
| |
| void | clearResourceToRevalidate () |
| |
| void | updateResponseAfterRevalidation (const ResourceResponse &validatingResponse) |
| |
| bool | validationInProgress () const |
| |
| bool | validationCompleting () const |
| |
| virtual void | didRetrieveDerivedDataFromCache (const String &, SharedBuffer &) |
| |
| unsigned long | identifierForLoadWithoutResourceLoader () const |
| |
| | CachedResource (CachedResourceRequest &&, Type, SessionID) |
| |
| virtual | ~CachedResource () |
| |
| virtual void | load (CachedResourceLoader &) |
| |
| virtual void | setEncoding (const String &) |
| |
| virtual String | encoding () const |
| |
| virtual const TextResourceDecoder * | textResourceDecoder () const |
| |
| virtual void | error (CachedResource::Status) |
| |
| void | setResourceError (const ResourceError &error) |
| |
| const ResourceError & | resourceError () const |
| |
| const ResourceRequest & | resourceRequest () const |
| |
| ResourceRequest & | resourceRequest () |
| |
| const URL & | url () const |
| |
| const String & | cachePartition () const |
| |
| SessionID | sessionID () const |
| |
| Type | type () const |
| |
| ResourceLoadPriority | loadPriority () const |
| |
| void | setLoadPriority (const std::optional< ResourceLoadPriority > &) |
| |
| WEBCORE_EXPORT void | addClient (CachedResourceClient &) |
| |
| WEBCORE_EXPORT void | removeClient (CachedResourceClient &) |
| |
| bool | hasClients () const |
| |
| bool | hasClient (CachedResourceClient &client) |
| |
| bool | deleteIfPossible () |
| |
| PreloadResult | preloadResult () const |
| |
| virtual void | didRemoveClient (CachedResourceClient &) |
| |
| void | destroyDecodedDataIfNeeded () |
| |
| unsigned | count () const |
| |
| Status | status () const |
| |
| void | setStatus (Status status) |
| |
| unsigned | size () const |
| |
| unsigned | encodedSize () const |
| |
| unsigned | decodedSize () const |
| |
| unsigned | overheadSize () const |
| |
| bool | isLoaded () const |
| |
| bool | isLoading () const |
| |
| void | setLoading (bool b) |
| |
| virtual bool | stillNeedsLoad () const |
| |
| SubresourceLoader * | loader () |
| |
| bool | areAllClientsXMLHttpRequests () const |
| |
| bool | isImage () const |
| |
| bool | isMainOrMediaOrRawResource () const |
| |
| bool | ignoreForRequestCount () const |
| |
| unsigned | accessCount () const |
| |
| void | increaseAccessCount () |
| |
| void | finish () |
| |
| void | setInCache (bool inCache) |
| |
| bool | inCache () const |
| |
| void | clearLoader () |
| |
| SharedBuffer * | resourceBuffer () const |
| |
| void | setResponse (const ResourceResponse &) |
| |
| const ResourceResponse & | response () const |
| |
| void | setCrossOrigin () |
| |
| bool | isCrossOrigin () const |
| |
| bool | isCORSSameOrigin () const |
| |
| ResourceResponse::Tainting | responseTainting () const |
| |
| void | loadFrom (const CachedResource &) |
| |
| SecurityOrigin * | origin () const |
| |
| AtomicString | initiatorName () const |
| |
| bool | canDelete () const |
| |
| bool | hasOneHandle () const |
| |
| bool | isExpired () const |
| |
| void | cancelLoad () |
| |
| bool | wasCanceled () const |
| |
| bool | errorOccurred () const |
| |
| bool | loadFailedOrCanceled () const |
| |
| bool | shouldSendResourceLoadCallbacks () const |
| |
| DataBufferingPolicy | dataBufferingPolicy () const |
| |
| bool | allowsCaching () const |
| |
| const FetchOptions & | options () const |
| |
| virtual void | destroyDecodedData () |
| |
| void | setOwningCachedResourceLoader (CachedResourceLoader *cachedResourceLoader) |
| |
| bool | isPreloaded () const |
| |
| void | increasePreloadCount () |
| |
| void | decreasePreloadCount () |
| |
| bool | isLinkPreload () |
| |
| void | setLinkPreload () |
| |
| void | registerHandle (CachedResourceHandleBase *) |
| |
| WEBCORE_EXPORT void | unregisterHandle (CachedResourceHandleBase *) |
| |
| bool | canUseCacheValidator () const |
| |
| virtual RevalidationDecision | makeRevalidationDecision (CachePolicy) const |
| |
| bool | redirectChainAllowsReuse (ReuseExpiredRedirectionOrNot) const |
| |
| bool | hasRedirections () const |
| |
| bool | varyHeaderValuesMatch (const ResourceRequest &) |
| |
| bool | isCacheValidator () const |
| |
| CachedResource * | resourceToRevalidate () const |
| |
| void | setResourceToRevalidate (CachedResource *) |
| |
| void | clearResourceToRevalidate () |
| |
| void | updateResponseAfterRevalidation (const ResourceResponse &validatingResponse) |
| |
| bool | validationInProgress () const |
| |
| bool | validationCompleting () const |
| |
| virtual void | didRetrieveDerivedDataFromCache (const String &, SharedBuffer &) |
| |
| unsigned long | identifierForLoadWithoutResourceLoader () const |
| |
|
| enum | Type {
MainResource,
ImageResource,
CSSStyleSheet,
Script,
FontResource,
MediaResource,
RawResource,
SVGDocumentResource,
MainResource,
ImageResource,
CSSStyleSheet,
Script,
FontResource,
MediaResource,
RawResource,
SVGDocumentResource
} |
| |
| enum | Status {
Unknown,
Pending,
Cached,
LoadError,
DecodeError,
Unknown,
Pending,
Cached,
LoadError,
DecodeError
} |
| |
| enum | PreloadResult {
PreloadNotReferenced,
PreloadReferenced,
PreloadReferencedWhileLoading,
PreloadReferencedWhileComplete,
PreloadNotReferenced,
PreloadReferenced,
PreloadReferencedWhileLoading,
PreloadReferencedWhileComplete
} |
| |
| enum | RevalidationDecision {
RevalidationDecision::No,
RevalidationDecision::YesDueToCachePolicy,
RevalidationDecision::YesDueToNoStore,
RevalidationDecision::YesDueToNoCache,
RevalidationDecision::YesDueToExpired,
RevalidationDecision::No,
RevalidationDecision::YesDueToCachePolicy,
RevalidationDecision::YesDueToNoStore,
RevalidationDecision::YesDueToNoCache,
RevalidationDecision::YesDueToExpired
} |
| |
| enum | Type {
MainResource,
ImageResource,
CSSStyleSheet,
Script,
FontResource,
MediaResource,
RawResource,
SVGDocumentResource,
MainResource,
ImageResource,
CSSStyleSheet,
Script,
FontResource,
MediaResource,
RawResource,
SVGDocumentResource
} |
| |
| enum | Status {
Unknown,
Pending,
Cached,
LoadError,
DecodeError,
Unknown,
Pending,
Cached,
LoadError,
DecodeError
} |
| |
| enum | PreloadResult {
PreloadNotReferenced,
PreloadReferenced,
PreloadReferencedWhileLoading,
PreloadReferencedWhileComplete,
PreloadNotReferenced,
PreloadReferenced,
PreloadReferencedWhileLoading,
PreloadReferencedWhileComplete
} |
| |
| enum | RevalidationDecision {
RevalidationDecision::No,
RevalidationDecision::YesDueToCachePolicy,
RevalidationDecision::YesDueToNoStore,
RevalidationDecision::YesDueToNoCache,
RevalidationDecision::YesDueToExpired,
RevalidationDecision::No,
RevalidationDecision::YesDueToCachePolicy,
RevalidationDecision::YesDueToNoStore,
RevalidationDecision::YesDueToNoCache,
RevalidationDecision::YesDueToExpired
} |
| |
| static ResourceLoadPriority | defaultPriorityForResourceType (Type) |
| |
| static ResourceLoadPriority | defaultPriorityForResourceType (Type) |
| |
| | CachedResource (const URL &, Type, SessionID) |
| |
| void | setEncodedSize (unsigned) |
| |
| void | setDecodedSize (unsigned) |
| |
| void | didAccessDecodedData (double timeStamp) |
| |
| virtual void | didReplaceSharedBufferContents () |
| |
| virtual void | setBodyDataFrom (const CachedResource &) |
| |
| | CachedResource (const URL &, Type, SessionID) |
| |
| void | setEncodedSize (unsigned) |
| |
| void | setDecodedSize (unsigned) |
| |
| void | didAccessDecodedData (double timeStamp) |
| |
| virtual void | didReplaceSharedBufferContents () |
| |
| virtual void | setBodyDataFrom (const CachedResource &) |
| |
| HashCountedSet< CachedResourceClient * > | m_clients |
| |
| ResourceRequest | m_resourceRequest |
| |
| RefPtr< SubresourceLoader > | m_loader |
| |
| ResourceLoaderOptions | m_options |
| |
| ResourceResponse | m_response |
| |
| ResourceResponse::Tainting | m_responseTainting { ResourceResponse::Tainting::Basic } |
| |
| RefPtr< SharedBuffer > | m_data |
| |
| DeferrableOneShotTimer | m_decodedDataDeletionTimer |
| |