Home
last modified time | relevance | path

Searched refs:foundRecordIdentifier (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.h52 …abaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
DIDBLevelDBBackingStore.h57 …abaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
DIDBBackingStore.h68 …eId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier) = 0;
DIDBSQLiteBackingStore.cpp506 …64_t, int64_t objectStoreId, const IDBKey& key, ObjectStoreRecordIdentifier* foundRecordIdentifier) in keyExistsInObjectStore() argument
508 …rdIdentifier* sqliteRecordIdentifier = static_cast<SQLiteRecordIdentifier*>(foundRecordIdentifier); in keyExistsInObjectStore()
DIDBLevelDBBackingStore.cpp1880 …seId, int64_t objectStoreId, const IDBKey& key, ObjectStoreRecordIdentifier* foundRecordIdentifier) in keyExistsInObjectStore() argument
1892 …Identifier* levelDBRecordIdentifier = static_cast<LevelDBRecordIdentifier*>(foundRecordIdentifier); in keyExistsInObjectStore()