Searched refs:nextAutoIncrementNumber (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.h56 virtual double nextAutoIncrementNumber(int64_t databaseId, int64_t objectStoreId);
H A DIDBSQLiteBackingStore.h51 virtual double nextAutoIncrementNumber(int64_t databaseId, int64_t objectStoreId);
H A DIDBBackingStore.h67 virtual double nextAutoIncrementNumber(int64_t databaseId, int64_t objectStoreId) = 0;
H A DIDBObjectStoreBackendImpl.cpp510 m_autoIncrementNumber = static_cast<int>(m_backingStore->nextAutoIncrementNumber(m_databaseId, id()));
H A DIDBSQLiteBackingStore.cpp492 double IDBSQLiteBackingStore::nextAutoIncrementNumber(int64_t, int64_t objectStoreId) function in class:WebCore::IDBSQLiteBackingStore
H A DIDBLevelDBBackingStore.cpp1851 double IDBLevelDBBackingStore::nextAutoIncrementNumber(int64_t databaseId, int64_t objectStoreId) function in class:WebCore::IDBLevelDBBackingStore

Completed in 91 milliseconds