HomeSort by relevance Sort by last modified time
    Searched refs:IDBSQLiteBackingStore (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 27 #include "IDBSQLiteBackingStore.h"
42 IDBSQLiteBackingStore::IDBSQLiteBackingStore(String identifier, IDBFactoryBackendImpl* factory)
49 IDBSQLiteBackingStore::~IDBSQLiteBackingStore()
168 PassRefPtr<IDBBackingStore> IDBSQLiteBackingStore::open(SecurityOrigin* securityOrigin, const String& pathBase, int64_t maximumSize, const String& fileIdentifier, IDBFactoryBackendImpl* factory)
170 RefPtr<IDBSQLiteBackingStore> backingStore(adoptRef(new IDBSQLiteBackingStore(fileIdentifier, factory)));
200 bool IDBSQLiteBackingStore::extractIDBDatabaseMetaData(const String& name, String& foundVersion, int64_t& foundId)
219 bool IDBSQLiteBackingStore::setIDBDatabaseMetaData(const String& name, const String& version, int64_t& rowId, bool invalidRow (…)
    [all...]
IDBSQLiteBackingStore.h 35 class IDBSQLiteBackingStore : public IDBBackingStore {
38 virtual ~IDBSQLiteBackingStore();
72 IDBSQLiteBackingStore(String identifier, IDBFactoryBackendImpl*);
IDBFactoryBackendImpl.cpp 36 #include "IDBSQLiteBackingStore.h"
91 backingStore = IDBSQLiteBackingStore::open(securityOrigin.get(), dataDir, maximumSize, fileIdentifier, this);

Completed in 34 milliseconds