Searched defs:IDBFactoryBackendImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.h45 class IDBFactoryBackendImpl : public IDBFactoryBackendInterface { class in namespace:WebCore
47 static PassRefPtr<IDBFactoryBackendImpl> create()
49 return adoptRef(new IDBFactoryBackendImpl());
51 virtual ~IDBFactoryBackendImpl();
61 IDBFactoryBackendImpl();
72 static IDBFactoryBackendImpl* idbFactoryBackendImpl;
H A DIDBFactoryBackendImpl.cpp30 #include "IDBFactoryBackendImpl.h"
46 IDBFactoryBackendImpl::IDBFactoryBackendImpl() function in class:WebCore::IDBFactoryBackendImpl
51 IDBFactoryBackendImpl::~IDBFactoryBackendImpl()
55 void IDBFactoryBackendImpl::removeIDBDatabaseBackend(const String& uniqueIdentifier)
61 void IDBFactoryBackendImpl::addIDBBackingStore(const String& uniqueIdentifier, IDBBackingStore* backingStore)
67 void IDBFactoryBackendImpl::removeIDBBackingStore(const String& uniqueIdentifier)
73 void IDBFactoryBackendImpl::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> securityOrigin, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType)

Completed in 1054 milliseconds