#include <StorageAreaImpl.h>
|
| virtual | ~StorageAreaImpl () |
| |
| unsigned | length () override |
| |
| String | key (unsigned index) override |
| |
| String | item (const String &key) override |
| |
| void | setItem (WebCore::Frame *sourceFrame, const String &key, const String &value, bool "aException) override |
| |
| void | removeItem (WebCore::Frame *sourceFrame, const String &key) override |
| |
| void | clear (WebCore::Frame *sourceFrame) override |
| |
| bool | contains (const String &key) override |
| |
| bool | canAccessStorage (WebCore::Frame *sourceFrame) override |
| |
| WebCore::StorageType | storageType () const override |
| |
| size_t | memoryBytesUsedByCache () override |
| |
| void | incrementAccessCount () override |
| |
| void | decrementAccessCount () override |
| |
| void | closeDatabaseIfIdle () override |
| |
| WebCore::SecurityOriginData | securityOrigin () const override |
| |
| Ref< StorageAreaImpl > | copy () |
| |
| void | close () |
| |
| void | importItems (const HashMap< String, String > &items) |
| |
| void | clearForOriginDeletion () |
| |
| void | sync () |
| |
| virtual | ~StorageAreaImpl () |
| |
| uint64_t | storageAreaID () const |
| |
| virtual | ~StorageArea () |
| |
| virtual String | item (const String &key)=0 |
| |
| virtual void | setItem (Frame *sourceFrame, const String &key, const String &value, bool "aException)=0 |
| |
| virtual void | removeItem (Frame *sourceFrame, const String &key)=0 |
| |
| virtual bool | contains (const String &key)=0 |
| |
| virtual | ~StorageArea () |
| |
| virtual String | item (const String &key)=0 |
| |
| virtual void | setItem (Frame *sourceFrame, const String &key, const String &value, bool "aException)=0 |
| |
| virtual void | removeItem (Frame *sourceFrame, const String &key)=0 |
| |
| virtual bool | contains (const String &key)=0 |
| |
| 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 () |
| |
◆ ~StorageAreaImpl() [1/2]
| WebKit::StorageAreaImpl::~StorageAreaImpl |
( |
| ) |
|
|
virtual |
◆ ~StorageAreaImpl() [2/2]
| virtual WebKit::StorageAreaImpl::~StorageAreaImpl |
( |
| ) |
|
|
virtual |
◆ canAccessStorage()
| bool WebKit::StorageAreaImpl::canAccessStorage |
( |
WebCore::Frame * |
sourceFrame | ) |
|
|
overridevirtual |
◆ clear()
◆ clearForOriginDeletion()
| void WebKit::StorageAreaImpl::clearForOriginDeletion |
( |
| ) |
|
◆ close()
| void WebKit::StorageAreaImpl::close |
( |
| ) |
|
◆ closeDatabaseIfIdle()
| void WebKit::StorageAreaImpl::closeDatabaseIfIdle |
( |
| ) |
|
|
overridevirtual |
◆ contains()
| bool WebKit::StorageAreaImpl::contains |
( |
const String & |
key | ) |
|
|
override |
◆ copy()
◆ create() [1/2]
◆ create() [2/2]
◆ decrementAccessCount()
| void WebKit::StorageAreaImpl::decrementAccessCount |
( |
| ) |
|
|
overridevirtual |
◆ importItems()
◆ incrementAccessCount()
| void WebKit::StorageAreaImpl::incrementAccessCount |
( |
| ) |
|
|
overridevirtual |
◆ item()
◆ key()
| String WebKit::StorageAreaImpl::key |
( |
unsigned |
index | ) |
|
|
overridevirtual |
◆ length()
| unsigned WebKit::StorageAreaImpl::length |
( |
void |
| ) |
|
|
overridevirtual |
◆ memoryBytesUsedByCache()
| size_t WebKit::StorageAreaImpl::memoryBytesUsedByCache |
( |
| ) |
|
|
overridevirtual |
◆ removeItem()
◆ securityOrigin()
◆ setItem()
◆ storageAreaID()
| uint64_t WebKit::StorageAreaImpl::storageAreaID |
( |
| ) |
const |
|
inline |
◆ storageType()
| StorageType WebKit::StorageAreaImpl::storageType |
( |
| ) |
const |
|
overridevirtual |
◆ sync()
| void WebKit::StorageAreaImpl::sync |
( |
| ) |
|
The documentation for this class was generated from the following files: