Searched refs:objectStoreRecordIdentifier (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBBackingStore.h92 virtual PassRefPtr<ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() = 0;
H A DIDBSQLiteBackingStore.cpp709 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() = 0;
768 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { return SQLiteRecordIdentifier::create(m_currentId); } function in class:WebCore::__anon14729::ObjectStoreCursorImpl
806 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::__anon14729::IndexKeyCursorImpl
844 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::__anon14729::IndexCursorImpl
H A DIDBLevelDBBackingStore.cpp2153 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() = 0; // FIXME: I don't think this is actually used, so drop it.
2286 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::__anon14725::ObjectStoreCursorImpl
2334 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::__anon14725::IndexKeyCursorImpl
2397 virtual PassRefPtr<IDBBackingStore::ObjectStoreRecordIdentifier> objectStoreRecordIdentifier() { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::__anon14725::IndexCursorImpl

Completed in 99 milliseconds