HomeSort by relevance Sort by last modified time
    Searched defs:idbObjectStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp 35 #include "modules/indexeddb/IDBObjectStore.h"
103 PassRefPtr<IDBObjectStore> IDBAny::idbObjectStore()
175 IDBAny::IDBAny(PassRefPtr<IDBObjectStore> value)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorIndexedDBAgent.cpp 56 #include "modules/indexeddb/IDBObjectStore.h"
219 static PassRefPtr<IDBObjectStore> objectStoreForTransaction(IDBTransaction* idbTransaction, const String& objectStoreName)
222 RefPtr<IDBObjectStore> idbObjectStore = idbTransaction->objectStore(objectStoreName, es);
225 return idbObjectStore;
228 static PassRefPtr<IDBIndex> indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
231 RefPtr<IDBIndex> idbIndex = idbObjectStore->index(indexName, es);
507 RefPtr<IDBObjectStore> idbObjectStore = objectStoreForTransaction(idbTransaction.get(), m_objectStoreName)
    [all...]

Completed in 156 milliseconds