Searched refs:getObjectStoreRecord (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.h52 virtual String getObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const IDBKey&);
H A DIDBSQLiteBackingStore.h47 virtual String getObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const IDBKey&);
H A DIDBBackingStore.h63 virtual String getObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const IDBKey&) = 0;
H A DIDBObjectStoreBackendImpl.cpp95 String wireData = objectStore->m_backingStore->getObjectStoreRecord(objectStore->m_databaseId, objectStore->id(), *key);
H A DIDBSQLiteBackingStore.cpp396 String IDBSQLiteBackingStore::getObjectStoreRecord(int64_t, int64_t objectStoreId, const IDBKey& key) function in class:WebCore::IDBSQLiteBackingStore
H A DIDBLevelDBBackingStore.cpp1752 String IDBLevelDBBackingStore::getObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const IDBKey& key) function in class:WebCore::IDBLevelDBBackingStore
2085 return getObjectStoreRecord(databaseId, objectStoreId, *primaryKey);

Completed in 84 milliseconds