Searched defs:objectStoreId (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBLevelDBBackingStore.cpp | 509 KeyPrefix(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in KeyPrefix() 787 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t metaDataType) in encode() 797 int64_t objectStoreId() const in objectStoreId() function in WebCore::__anon278c03fd0111::ObjectStoreMetaDataKey 858 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, unsigned ch… in encode() 920 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId) in encode() 929 int64_t objectStoreId() const in objectStoreId() function in WebCore::__anon278c03fd0111::ObjectStoreFreeListKey 977 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in encode() 996 int64_t objectStoreId() const in objectStoreId() function in WebCore::__anon278c03fd0111::IndexFreeListKey 1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) in encode() 1126 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const Vector<char> encodedUs… in encode() [all …]
|
D | IDBSQLiteBackingStore.cpp | 294 void IDBSQLiteBackingStore::deleteObjectStore(int64_t, int64_t objectStoreId) in deleteObjectStore() argument 396 String IDBSQLiteBackingStore::getObjectStoreRecord(int64_t, int64_t objectStoreId, const IDBKey& ke… in getObjectStoreRecord() argument 445 bool IDBSQLiteBackingStore::putObjectStoreRecord(int64_t, int64_t objectStoreId, const IDBKey& key,… in putObjectStoreRecord() argument 471 void IDBSQLiteBackingStore::clearObjectStore(int64_t, int64_t objectStoreId) in clearObjectStore() argument 477 void IDBSQLiteBackingStore::deleteObjectStoreRecord(int64_t, int64_t objectStoreId, const ObjectSto… in deleteObjectStoreRecord() argument 492 double IDBSQLiteBackingStore::nextAutoIncrementNumber(int64_t, int64_t objectStoreId) in nextAutoIncrementNumber() argument 506 bool IDBSQLiteBackingStore::keyExistsInObjectStore(int64_t, int64_t objectStoreId, const IDBKey& ke… in keyExistsInObjectStore() argument 525 bool IDBSQLiteBackingStore::forEachObjectStoreRecord(int64_t, int64_t objectStoreId, ObjectStoreRec… in forEachObjectStoreRecord() argument 544 void IDBSQLiteBackingStore::getIndexes(int64_t, int64_t objectStoreId, Vector<int64_t>& foundIds, V… in getIndexes() argument 565 bool IDBSQLiteBackingStore::createIndex(int64_t, int64_t objectStoreId, const String& name, const S… in createIndex() argument [all …]
|
D | IDBObjectStoreBackendImpl.cpp | 330 …re& backingStore, const String& indexKeyPath, int64_t databaseId, int64_t objectStoreId, int64_t i… in PopulateIndexCallback() 361 static bool populateIndex(IDBBackingStore& backingStore, int64_t databaseId, int64_t objectStoreId,… in populateIndex()
|
D | IDBDatabaseBackendImpl.cpp | 126 int64_t objectStoreId; in createObjectStoreInternal() local
|