Searched defs:idbObjectStore (Results 1 – 3 of 3) sorted by relevance
51 …static PassRefPtr<IDBObjectStore> create(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore… in create()
98 PassRefPtr<IDBObjectStore> IDBAny::idbObjectStore() in idbObjectStore() function in WebCore::IDBAny
45 IDBObjectStore::IDBObjectStore(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransa… in IDBObjectStore()