Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBObjectStore.h51 …static PassRefPtr<IDBObjectStore> create(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore in create()
DIDBAny.cpp98 PassRefPtr<IDBObjectStore> IDBAny::idbObjectStore() in idbObjectStore() function in WebCore::IDBAny
DIDBObjectStore.cpp45 IDBObjectStore::IDBObjectStore(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransa… in IDBObjectStore()