Home
last modified time | relevance | path

Searched refs:idbObjectStore (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBObjectStore.h51 …tr<IDBObjectStore> create(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransactio… in create() argument
53 return adoptRef(new IDBObjectStore(idbObjectStore, transaction)); in create()
DIDBObjectStore.cpp45 IDBObjectStore::IDBObjectStore(PassRefPtr<IDBObjectStoreBackendInterface> idbObjectStore, IDBTransa… in IDBObjectStore() argument
46 : m_objectStore(idbObjectStore) in IDBObjectStore()
DIDBAny.h89 PassRefPtr<IDBObjectStore> idbObjectStore();
DIDBAny.cpp98 PassRefPtr<IDBObjectStore> IDBAny::idbObjectStore() in idbObjectStore() function in WebCore::IDBAny
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8IDBAnyCustom.cpp69 return toV8(impl->idbObjectStore()); in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSIDBAnyCustom.cpp75 return toJS(exec, globalObject, idbAny->idbObjectStore()); in toJS()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0687686 (WebCore::IDBAny::idbObjectStore):