webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebKit::StorageNamespaceImpl Class Reference

#include <StorageNamespaceImpl.h>

Inheritance diagram for WebKit::StorageNamespaceImpl:
WebCore::StorageNamespace WebCore::StorageNamespace WTF::RefCounted< StorageNamespace > WTF::RefCounted< StorageNamespace > WTF::RefCounted< StorageNamespace > WTF::RefCounted< StorageNamespace > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~StorageNamespaceImpl ()
 
void close ()
 
void clearOriginForDeletion (const WebCore::SecurityOriginData &)
 
void clearAllOriginsForDeletion ()
 
void sync ()
 
void closeIdleLocalStorageDatabases ()
 
virtual ~StorageNamespaceImpl ()
 
WebCore::StorageType storageType () const
 
uint64_t storageNamespaceID () const
 
WebCore::SecurityOrigintopLevelOrigin () const
 
unsigned quotaInBytes () const
 
void didDestroyStorageAreaMap (StorageAreaMap &)
 
- Public Member Functions inherited from WebCore::StorageNamespace
virtual ~StorageNamespace ()
 
virtual ~StorageNamespace ()
 
- Public Member Functions inherited from WTF::RefCounted< StorageNamespace >
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< StorageNamespaceImplcreateSessionStorageNamespace (unsigned quota)
 
static Ref< StorageNamespaceImplgetOrCreateLocalStorageNamespace (const String &databasePath, unsigned quota)
 
static RefPtr< StorageNamespaceImplcreateSessionStorageNamespace (uint64_t identifier, unsigned quotaInBytes)
 
static RefPtr< StorageNamespaceImplcreateLocalStorageNamespace (uint64_t identifier, unsigned quotaInBytes)
 
static RefPtr< StorageNamespaceImplcreateTransientLocalStorageNamespace (uint64_t identifier, WebCore::SecurityOrigin &topLevelOrigin, uint64_t quotaInBytes)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< StorageNamespace >
 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
 

Constructor & Destructor Documentation

◆ ~StorageNamespaceImpl() [1/2]

WebKit::StorageNamespaceImpl::~StorageNamespaceImpl ( )
virtual

◆ ~StorageNamespaceImpl() [2/2]

virtual WebKit::StorageNamespaceImpl::~StorageNamespaceImpl ( )
virtual

Member Function Documentation

◆ clearAllOriginsForDeletion()

void WebKit::StorageNamespaceImpl::clearAllOriginsForDeletion ( )

◆ clearOriginForDeletion()

void WebKit::StorageNamespaceImpl::clearOriginForDeletion ( const WebCore::SecurityOriginData origin)

◆ close()

void WebKit::StorageNamespaceImpl::close ( )

◆ closeIdleLocalStorageDatabases()

void WebKit::StorageNamespaceImpl::closeIdleLocalStorageDatabases ( )

◆ createLocalStorageNamespace()

RefPtr< StorageNamespaceImpl > WebKit::StorageNamespaceImpl::createLocalStorageNamespace ( uint64_t  identifier,
unsigned  quotaInBytes 
)
static

◆ createSessionStorageNamespace() [1/2]

RefPtr< StorageNamespaceImpl > WebKit::StorageNamespaceImpl::createSessionStorageNamespace ( uint64_t  identifier,
unsigned  quotaInBytes 
)
static

◆ createSessionStorageNamespace() [2/2]

Ref< StorageNamespaceImpl > WebKit::StorageNamespaceImpl::createSessionStorageNamespace ( unsigned  quota)
static

◆ createTransientLocalStorageNamespace()

RefPtr< StorageNamespaceImpl > WebKit::StorageNamespaceImpl::createTransientLocalStorageNamespace ( uint64_t  identifier,
WebCore::SecurityOrigin topLevelOrigin,
uint64_t  quotaInBytes 
)
static

◆ didDestroyStorageAreaMap()

void WebKit::StorageNamespaceImpl::didDestroyStorageAreaMap ( StorageAreaMap &  map)

◆ getOrCreateLocalStorageNamespace()

Ref< StorageNamespaceImpl > WebKit::StorageNamespaceImpl::getOrCreateLocalStorageNamespace ( const String databasePath,
unsigned  quota 
)
static

◆ quotaInBytes()

unsigned WebKit::StorageNamespaceImpl::quotaInBytes ( ) const
inline

◆ storageNamespaceID()

uint64_t WebKit::StorageNamespaceImpl::storageNamespaceID ( ) const
inline

◆ storageType()

WebCore::StorageType WebKit::StorageNamespaceImpl::storageType ( ) const
inline

◆ sync()

void WebKit::StorageNamespaceImpl::sync ( )

◆ topLevelOrigin()

WebCore::SecurityOrigin* WebKit::StorageNamespaceImpl::topLevelOrigin ( ) const
inline

The documentation for this class was generated from the following files: