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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp 32 #include "modules/indexeddb/IDBIndex.h"
95 IDBIndex* IDBAny::idbIndex() const
170 IDBAny::IDBAny(IDBIndex* value)
InspectorIndexedDBAgent.cpp 50 #include "modules/indexeddb/IDBIndex.h"
221 static IDBIndex* indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
224 IDBIndex* idbIndex = idbObjectStore->index(indexName, exceptionState);
227 return idbIndex;
508 IDBIndex* idbIndex = indexForObjectStore(idbObjectStore, m_indexName);
509 if (!idbIndex) {
514 idbRequest = idbIndex->openCursor(scriptState(), m_idbKeyRange.get(), blink::WebIDBCursorDirectionNext);

Completed in 63 milliseconds