Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBIndexBackendImpl.h43 …IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBac… in create()
47 …IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBac… in create()
DIDBIndexBackendImpl.cpp43 …IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBac… in IDBIndexBackendImpl()
55 …IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBac… in IDBIndexBackendImpl()
DIDBTransaction.cpp90 RefPtr<IDBObjectStoreBackendInterface> objectStoreBackend = m_backend->objectStore(name, ec); in objectStore() local