webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Storage.h>
Static Public Member Functions | |
static Ref< Storage > | create (Frame *, RefPtr< StorageArea > &&) |
static Ref< Storage > | create (Frame *, RefPtr< StorageArea > &&) |
![]() | |
template<typename Derived > | |
static ptrdiff_t | offsetOfWrapper () |
template<typename Derived > | |
static ptrdiff_t | offsetOfWrapper () |
Additional Inherited Members | |
![]() | |
~ScriptWrappable () | |
~ScriptWrappable () | |
![]() | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
![]() | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
![]() | |
virtual | ~DOMWindowProperty () |
virtual | ~DOMWindowProperty () |
![]() | |
Frame * | m_frame |
DOMWindow * | m_associatedDOMWindow |
Storage::~Storage | ( | ) |
WebCore::Storage::~Storage | ( | ) |
|
inline |
|
inline |
ExceptionOr< void > Storage::clear | ( | ) |
ExceptionOr<void> WebCore::Storage::clear | ( | ) |
ExceptionOr<bool> WebCore::Storage::contains | ( | const String & | key | ) | const |
ExceptionOr< bool > Storage::contains | ( | const String & | key | ) | const |
|
static |
|
static |
ExceptionOr< String > Storage::getItem | ( | const String & | key | ) | const |
ExceptionOr<String> WebCore::Storage::getItem | ( | const String & | key | ) | const |
ExceptionOr<String> WebCore::Storage::key | ( | unsigned | index | ) | const |
ExceptionOr< String > Storage::key | ( | unsigned | index | ) | const |
ExceptionOr< unsigned > Storage::length | ( | void | ) | const |
ExceptionOr<unsigned> WebCore::Storage::length | ( | ) | const |
ExceptionOr<void> WebCore::Storage::removeItem | ( | const String & | key | ) |
ExceptionOr< void > Storage::removeItem | ( | const String & | key | ) |
ExceptionOr<void> WebCore::Storage::setItem | ( | const String & | key, |
const String & | value | ||
) |
ExceptionOr< void > Storage::setItem | ( | const String & | key, |
const String & | value | ||
) |