Searched refs:foundRecordIdentifier (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBSQLiteBackingStore.h | 52 …abaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
|
D | IDBLevelDBBackingStore.h | 57 …abaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
|
D | IDBBackingStore.h | 68 …eId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier) = 0;
|
D | IDBSQLiteBackingStore.cpp | 506 …64_t, int64_t objectStoreId, const IDBKey& key, ObjectStoreRecordIdentifier* foundRecordIdentifier) in keyExistsInObjectStore() argument 508 …rdIdentifier* sqliteRecordIdentifier = static_cast<SQLiteRecordIdentifier*>(foundRecordIdentifier); in keyExistsInObjectStore()
|
D | IDBLevelDBBackingStore.cpp | 1880 …seId, int64_t objectStoreId, const IDBKey& key, ObjectStoreRecordIdentifier* foundRecordIdentifier) in keyExistsInObjectStore() argument 1892 …Identifier* levelDBRecordIdentifier = static_cast<LevelDBRecordIdentifier*>(foundRecordIdentifier); in keyExistsInObjectStore()
|