webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ApplicationCacheResource.h>
Public Types | |
enum | Type { Master = 1 << 0, Manifest = 1 << 1, Explicit = 1 << 2, Foreign = 1 << 3, Fallback = 1 << 4 } |
Public Member Functions | |
unsigned | type () const |
void | addType (unsigned type) |
void | setStorageID (unsigned storageID) |
unsigned | storageID () const |
void | clearStorageID () |
int64_t | estimatedSizeInStorage () |
const String & | path () const |
void | setPath (const String &path) |
Public Member Functions inherited from WebCore::SubstituteResource | |
virtual | ~SubstituteResource () |
const URL & | url () const |
const ResourceResponse & | response () const |
SharedBuffer & | data () const |
virtual | ~SubstituteResource () |
const URL & | url () const |
const ResourceResponse & | response () const |
SharedBuffer & | data () const |
Public Member Functions inherited from WTF::RefCounted< SubstituteResource > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
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 () |
Static Public Member Functions | |
static Ref< ApplicationCacheResource > | create (const URL &url, const ResourceResponse &response, unsigned type, RefPtr< SharedBuffer > buffer=SharedBuffer::create(), const String &path=String()) |
static void | dumpType (unsigned type) |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::SubstituteResource | |
SubstituteResource (const URL &url, const ResourceResponse &response, Ref< SharedBuffer > &&data) | |
SubstituteResource (const URL &url, const ResourceResponse &response, Ref< SharedBuffer > &&data) | |
Protected Member Functions inherited from WTF::RefCounted< SubstituteResource > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
void WebCore::ApplicationCacheResource::addType | ( | unsigned | type | ) |
|
inline |
|
inlinestatic |
|
static |
int64_t WebCore::ApplicationCacheResource::estimatedSizeInStorage | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |