Searched refs:idbObjectStore (Results 1 – 7 of 7) sorted by relevance
51 …tr<IDBObjectStore> create(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransactio… in create() argument53 return adoptRef(new IDBObjectStore(idbObjectStore, transaction)); in create()
45 IDBObjectStore::IDBObjectStore(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransa… in IDBObjectStore() argument46 : m_objectStore(idbObjectStore) in IDBObjectStore()
89 PassRefPtr<IDBObjectStore> idbObjectStore();
98 PassRefPtr<IDBObjectStore> IDBAny::idbObjectStore() in idbObjectStore() function in WebCore::IDBAny
69 return toV8(impl->idbObjectStore()); in toV8()
75 return toJS(exec, globalObject, idbAny->idbObjectStore()); in toJS()
87686 (WebCore::IDBAny::idbObjectStore):