#include <ApplicationCacheHost.h>
|
| enum | Status {
UNCACHED = 0,
IDLE = 1,
CHECKING = 2,
DOWNLOADING = 3,
UPDATEREADY = 4,
OBSOLETE = 5,
UNCACHED = 0,
IDLE = 1,
CHECKING = 2,
DOWNLOADING = 3,
UPDATEREADY = 4,
OBSOLETE = 5
} |
| |
| enum | Status {
UNCACHED = 0,
IDLE = 1,
CHECKING = 2,
DOWNLOADING = 3,
UPDATEREADY = 4,
OBSOLETE = 5,
UNCACHED = 0,
IDLE = 1,
CHECKING = 2,
DOWNLOADING = 3,
UPDATEREADY = 4,
OBSOLETE = 5
} |
| |
|
| | ApplicationCacheHost (DocumentLoader &) |
| |
| | ~ApplicationCacheHost () |
| |
| void | selectCacheWithoutManifest () |
| |
| void | selectCacheWithManifest (const URL &manifestURL) |
| |
| void | maybeLoadMainResource (ResourceRequest &, SubstituteData &) |
| |
| void | maybeLoadMainResourceForRedirect (ResourceRequest &, SubstituteData &) |
| |
| bool | maybeLoadFallbackForMainResponse (const ResourceRequest &, const ResourceResponse &) |
| |
| void | mainResourceDataReceived (const char *data, int length, long long encodedDataLength, bool allAtOnce) |
| |
| void | finishedLoadingMainResource () |
| |
| void | failedLoadingMainResource () |
| |
| WEBCORE_EXPORT bool | maybeLoadResource (ResourceLoader &, const ResourceRequest &, const URL &originalURL) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForRedirect (ResourceLoader *, ResourceRequest &, const ResourceResponse &) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForResponse (ResourceLoader *, const ResourceResponse &) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForError (ResourceLoader *, const ResourceError &) |
| |
| bool | maybeLoadSynchronously (ResourceRequest &, ResourceError &, ResourceResponse &, RefPtr< SharedBuffer > &) |
| |
| void | maybeLoadFallbackSynchronously (const ResourceRequest &, ResourceError &, ResourceResponse &, RefPtr< SharedBuffer > &) |
| |
| bool | canCacheInPageCache () |
| |
| Status | status () const |
| |
| bool | update () |
| |
| bool | swapCache () |
| |
| void | abort () |
| |
| void | setDOMApplicationCache (DOMApplicationCache *) |
| |
| void | notifyDOMApplicationCache (const AtomicString &eventType, int progressTotal, int progressDone) |
| |
| void | stopLoadingInFrame (Frame &) |
| |
| void | stopDeferringEvents () |
| |
| Vector< ResourceInfo > | resourceList () |
| |
| CacheInfo | applicationCacheInfo () |
| |
| bool | shouldLoadResourceFromApplicationCache (const ResourceRequest &, ApplicationCacheResource *&) |
| |
| bool | getApplicationCacheFallbackResource (const ResourceRequest &, ApplicationCacheResource *&, ApplicationCache *=nullptr) |
| |
| | ApplicationCacheHost (DocumentLoader &) |
| |
| | ~ApplicationCacheHost () |
| |
| void | selectCacheWithoutManifest () |
| |
| void | selectCacheWithManifest (const URL &manifestURL) |
| |
| void | maybeLoadMainResource (ResourceRequest &, SubstituteData &) |
| |
| void | maybeLoadMainResourceForRedirect (ResourceRequest &, SubstituteData &) |
| |
| bool | maybeLoadFallbackForMainResponse (const ResourceRequest &, const ResourceResponse &) |
| |
| void | mainResourceDataReceived (const char *data, int length, long long encodedDataLength, bool allAtOnce) |
| |
| void | finishedLoadingMainResource () |
| |
| void | failedLoadingMainResource () |
| |
| WEBCORE_EXPORT bool | maybeLoadResource (ResourceLoader &, const ResourceRequest &, const URL &originalURL) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForRedirect (ResourceLoader *, ResourceRequest &, const ResourceResponse &) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForResponse (ResourceLoader *, const ResourceResponse &) |
| |
| WEBCORE_EXPORT bool | maybeLoadFallbackForError (ResourceLoader *, const ResourceError &) |
| |
| bool | maybeLoadSynchronously (ResourceRequest &, ResourceError &, ResourceResponse &, RefPtr< SharedBuffer > &) |
| |
| void | maybeLoadFallbackSynchronously (const ResourceRequest &, ResourceError &, ResourceResponse &, RefPtr< SharedBuffer > &) |
| |
| bool | canCacheInPageCache () |
| |
| Status | status () const |
| |
| bool | update () |
| |
| bool | swapCache () |
| |
| void | abort () |
| |
| void | setDOMApplicationCache (DOMApplicationCache *) |
| |
| void | notifyDOMApplicationCache (const AtomicString &eventType, int progressTotal, int progressDone) |
| |
| void | stopLoadingInFrame (Frame &) |
| |
| void | stopDeferringEvents () |
| |
| Vector< ResourceInfo > | resourceList () |
| |
| CacheInfo | applicationCacheInfo () |
| |
| bool | shouldLoadResourceFromApplicationCache (const ResourceRequest &, ApplicationCacheResource *&) |
| |
| bool | getApplicationCacheFallbackResource (const ResourceRequest &, ApplicationCacheResource *&, ApplicationCache *=nullptr) |
| |
◆ Status [1/2]
| Enumerator |
|---|
| UNCACHED | |
| IDLE | |
| CHECKING | |
| DOWNLOADING | |
| UPDATEREADY | |
| OBSOLETE | |
| UNCACHED | |
| IDLE | |
| CHECKING | |
| DOWNLOADING | |
| UPDATEREADY | |
| OBSOLETE | |
◆ Status [2/2]
| Enumerator |
|---|
| UNCACHED | |
| IDLE | |
| CHECKING | |
| DOWNLOADING | |
| UPDATEREADY | |
| OBSOLETE | |
| UNCACHED | |
| IDLE | |
| CHECKING | |
| DOWNLOADING | |
| UPDATEREADY | |
| OBSOLETE | |
◆ ApplicationCacheHost() [1/2]
| WebCore::ApplicationCacheHost::ApplicationCacheHost |
( |
DocumentLoader & |
documentLoader | ) |
|
|
explicit |
◆ ~ApplicationCacheHost() [1/2]
| WebCore::ApplicationCacheHost::~ApplicationCacheHost |
( |
| ) |
|
◆ ApplicationCacheHost() [2/2]
| WebCore::ApplicationCacheHost::ApplicationCacheHost |
( |
DocumentLoader & |
| ) |
|
|
explicit |
◆ ~ApplicationCacheHost() [2/2]
| WebCore::ApplicationCacheHost::~ApplicationCacheHost |
( |
| ) |
|
◆ abort() [1/2]
| void WebCore::ApplicationCacheHost::abort |
( |
| ) |
|
◆ abort() [2/2]
| void WebCore::ApplicationCacheHost::abort |
( |
| ) |
|
◆ applicationCacheInfo() [1/2]
◆ applicationCacheInfo() [2/2]
| CacheInfo WebCore::ApplicationCacheHost::applicationCacheInfo |
( |
| ) |
|
◆ canCacheInPageCache() [1/2]
| bool WebCore::ApplicationCacheHost::canCacheInPageCache |
( |
| ) |
|
◆ canCacheInPageCache() [2/2]
| bool WebCore::ApplicationCacheHost::canCacheInPageCache |
( |
| ) |
|
◆ createFileURL() [1/2]
| URL WebCore::ApplicationCacheHost::createFileURL |
( |
const String & |
path | ) |
|
|
static |
◆ createFileURL() [2/2]
| static URL WebCore::ApplicationCacheHost::createFileURL |
( |
const String & |
| ) |
|
|
static |
◆ failedLoadingMainResource() [1/2]
| void WebCore::ApplicationCacheHost::failedLoadingMainResource |
( |
| ) |
|
◆ failedLoadingMainResource() [2/2]
| void WebCore::ApplicationCacheHost::failedLoadingMainResource |
( |
| ) |
|
◆ finishedLoadingMainResource() [1/2]
| void WebCore::ApplicationCacheHost::finishedLoadingMainResource |
( |
| ) |
|
◆ finishedLoadingMainResource() [2/2]
| void WebCore::ApplicationCacheHost::finishedLoadingMainResource |
( |
| ) |
|
◆ getApplicationCacheFallbackResource() [1/2]
◆ getApplicationCacheFallbackResource() [2/2]
◆ mainResourceDataReceived() [1/2]
| void WebCore::ApplicationCacheHost::mainResourceDataReceived |
( |
const char * |
data, |
|
|
int |
length, |
|
|
long long |
encodedDataLength, |
|
|
bool |
allAtOnce |
|
) |
| |
◆ mainResourceDataReceived() [2/2]
| void WebCore::ApplicationCacheHost::mainResourceDataReceived |
( |
const char * |
data, |
|
|
int |
length, |
|
|
long long |
encodedDataLength, |
|
|
bool |
allAtOnce |
|
) |
| |
◆ maybeLoadFallbackForError() [1/2]
◆ maybeLoadFallbackForError() [2/2]
◆ maybeLoadFallbackForMainResponse() [1/2]
◆ maybeLoadFallbackForMainResponse() [2/2]
◆ maybeLoadFallbackForRedirect() [1/2]
◆ maybeLoadFallbackForRedirect() [2/2]
◆ maybeLoadFallbackForResponse() [1/2]
◆ maybeLoadFallbackForResponse() [2/2]
◆ maybeLoadFallbackSynchronously() [1/2]
◆ maybeLoadFallbackSynchronously() [2/2]
◆ maybeLoadMainResource() [1/2]
◆ maybeLoadMainResource() [2/2]
◆ maybeLoadMainResourceForRedirect() [1/2]
◆ maybeLoadMainResourceForRedirect() [2/2]
◆ maybeLoadResource() [1/2]
◆ maybeLoadResource() [2/2]
◆ maybeLoadSynchronously() [1/2]
◆ maybeLoadSynchronously() [2/2]
◆ notifyDOMApplicationCache() [1/2]
| void WebCore::ApplicationCacheHost::notifyDOMApplicationCache |
( |
const AtomicString & |
eventType, |
|
|
int |
progressTotal, |
|
|
int |
progressDone |
|
) |
| |
◆ notifyDOMApplicationCache() [2/2]
| void WebCore::ApplicationCacheHost::notifyDOMApplicationCache |
( |
const AtomicString & |
eventType, |
|
|
int |
progressTotal, |
|
|
int |
progressDone |
|
) |
| |
◆ resourceList() [1/2]
◆ resourceList() [2/2]
◆ selectCacheWithManifest() [1/2]
| void WebCore::ApplicationCacheHost::selectCacheWithManifest |
( |
const URL & |
manifestURL | ) |
|
◆ selectCacheWithManifest() [2/2]
| void WebCore::ApplicationCacheHost::selectCacheWithManifest |
( |
const URL & |
manifestURL | ) |
|
◆ selectCacheWithoutManifest() [1/2]
| void WebCore::ApplicationCacheHost::selectCacheWithoutManifest |
( |
| ) |
|
◆ selectCacheWithoutManifest() [2/2]
| void WebCore::ApplicationCacheHost::selectCacheWithoutManifest |
( |
| ) |
|
◆ setDOMApplicationCache() [1/2]
◆ setDOMApplicationCache() [2/2]
◆ shouldLoadResourceFromApplicationCache() [1/2]
◆ shouldLoadResourceFromApplicationCache() [2/2]
◆ status() [1/2]
◆ status() [2/2]
| Status WebCore::ApplicationCacheHost::status |
( |
| ) |
const |
◆ stopDeferringEvents() [1/2]
| void WebCore::ApplicationCacheHost::stopDeferringEvents |
( |
| ) |
|
◆ stopDeferringEvents() [2/2]
| void WebCore::ApplicationCacheHost::stopDeferringEvents |
( |
| ) |
|
◆ stopLoadingInFrame() [1/2]
| void WebCore::ApplicationCacheHost::stopLoadingInFrame |
( |
Frame & |
frame | ) |
|
◆ stopLoadingInFrame() [2/2]
| void WebCore::ApplicationCacheHost::stopLoadingInFrame |
( |
Frame & |
| ) |
|
◆ swapCache() [1/2]
| bool WebCore::ApplicationCacheHost::swapCache |
( |
| ) |
|
◆ swapCache() [2/2]
| bool WebCore::ApplicationCacheHost::swapCache |
( |
| ) |
|
◆ update() [1/2]
| bool WebCore::ApplicationCacheHost::update |
( |
| ) |
|
◆ update() [2/2]
| bool WebCore::ApplicationCacheHost::update |
( |
| ) |
|
◆ ApplicationCacheGroup
The documentation for this class was generated from the following files: