Home
last modified time | relevance | path

Searched defs:recordIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp445 …bjectStoreId, const IDBKey& key, const String& value, ObjectStoreRecordIdentifier* recordIdentifie… in putObjectStoreRecord()
477 …eObjectStoreRecord(int64_t, int64_t objectStoreId, const ObjectStoreRecordIdentifier* recordIdenti… in deleteObjectStoreRecord()
536 …RefPtr<SQLiteRecordIdentifier> recordIdentifier = SQLiteRecordIdentifier::create(objectStoreDataId… in forEachObjectStoreRecord() local
589 …64_t, int64_t, int64_t indexId, const IDBKey& key, const ObjectStoreRecordIdentifier* recordIdenti… in putIndexDataForRecord()
604 …exDataForRecord(int64_t, int64_t, int64_t indexId, const ObjectStoreRecordIdentifier* recordIdenti… in deleteIndexDataForRecord()
DIDBObjectStoreBackendImpl.cpp232 …RefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> recordIdentifier = objectStore->m_backingStor… in putInternal() local
289 …RefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> recordIdentifier = objectStore->m_backingStor… in deleteInternal() local
339 …virtual bool callback(const IDBBackingStore::ObjectStoreRecordIdentifier* recordIdentifier, const … in callback()
DIDBLevelDBBackingStore.cpp1809 …bjectStoreId, const IDBKey& key, const String& value, ObjectStoreRecordIdentifier* recordIdentifie… in putObjectStoreRecord()
1844 …eRecord(int64_t databaseId, int64_t objectStoreId, const ObjectStoreRecordIdentifier* recordIdenti… in deleteObjectStoreRecord()
2036 …objectStoreId, int64_t indexId, const IDBKey& key, const ObjectStoreRecordIdentifier* recordIdenti… in putIndexDataForRecord()