HomeSort by relevance Sort by last modified time
    Searched defs:IDBFactoryBackendImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendImpl.cpp 30 #include "IDBFactoryBackendImpl.h"
46 IDBFactoryBackendImpl::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)
IDBFactoryBackendImpl.h 45 class IDBFactoryBackendImpl : public IDBFactoryBackendInterface {
47 static PassRefPtr<IDBFactoryBackendImpl> create()
49 return adoptRef(new IDBFactoryBackendImpl());
51 virtual ~IDBFactoryBackendImpl();
61 IDBFactoryBackendImpl();
72 static IDBFactoryBackendImpl* idbFactoryBackendImpl;

Completed in 61 milliseconds