OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextAutoIncrementNumber
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/storage/
IDBBackingStore.h
67
virtual double
nextAutoIncrementNumber
(int64_t databaseId, int64_t objectStoreId) = 0;
IDBLevelDBBackingStore.h
56
virtual double
nextAutoIncrementNumber
(int64_t databaseId, int64_t objectStoreId);
IDBSQLiteBackingStore.h
51
virtual double
nextAutoIncrementNumber
(int64_t databaseId, int64_t objectStoreId);
IDBObjectStoreBackendImpl.cpp
510
m_autoIncrementNumber = static_cast<int>(m_backingStore->
nextAutoIncrementNumber
(m_databaseId, id()));
IDBSQLiteBackingStore.cpp
492
double IDBSQLiteBackingStore::
nextAutoIncrementNumber
(int64_t, int64_t objectStoreId)
[
all
...]
IDBLevelDBBackingStore.cpp
[
all
...]
Completed in 119 milliseconds