webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <StorageAreaMap.h>
Public Member Functions | |
~StorageAreaMap () | |
WebCore::StorageType | storageType () const |
unsigned | length () |
String | key (unsigned index) |
String | item (const String &key) |
void | setItem (WebCore::Frame *sourceFrame, StorageAreaImpl *sourceArea, const String &key, const String &value, bool "aException) |
void | removeItem (WebCore::Frame *sourceFrame, StorageAreaImpl *sourceArea, const String &key) |
void | clear (WebCore::Frame *sourceFrame, StorageAreaImpl *sourceArea) |
bool | contains (const String &key) |
const WebCore::SecurityOrigin & | securityOrigin () const |
Public Member Functions inherited from WTF::RefCounted< StorageAreaMap > | |
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< StorageAreaMap > | create (StorageNamespaceImpl *, Ref< WebCore::SecurityOrigin > &&) |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< StorageAreaMap > | |
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 |
WebKit::StorageAreaMap::~StorageAreaMap | ( | ) |
void WebKit::StorageAreaMap::clear | ( | WebCore::Frame * | sourceFrame, |
StorageAreaImpl * | sourceArea | ||
) |
bool WebKit::StorageAreaMap::contains | ( | const String & | key | ) |
|
static |
String WebKit::StorageAreaMap::key | ( | unsigned | index | ) |
unsigned WebKit::StorageAreaMap::length | ( | void | ) |
void WebKit::StorageAreaMap::removeItem | ( | WebCore::Frame * | sourceFrame, |
StorageAreaImpl * | sourceArea, | ||
const String & | key | ||
) |
|
inline |
void WebKit::StorageAreaMap::setItem | ( | WebCore::Frame * | sourceFrame, |
StorageAreaImpl * | sourceArea, | ||
const String & | key, | ||
const String & | value, | ||
bool & | quotaException | ||
) |
|
inline |