Searched refs:idbIndex (Results 1 – 6 of 6) sorted by relevance
221 RefPtr<IDBIndex> idbIndex = idbObjectStore->index(indexName, exceptionState); in indexForObjectStore() local224 return idbIndex; in indexForObjectStore()503 RefPtr<IDBIndex> idbIndex = indexForObjectStore(idbObjectStore.get(), m_indexName); in execute() local504 if (!idbIndex) { in execute()509 …idbRequest = idbIndex->openCursor(context(), PassRefPtr<IDBKeyRange>(m_idbKeyRange), IndexedDB::Cu… in execute()
103 IDBIndex* idbIndex() const;
373 RefPtr<IDBIndex> index = m_source->idbIndex(); in effectiveObjectStore()381 return m_source->idbIndex()->isDeleted(); in isDeleted()
89 IDBIndex* IDBAny::idbIndex() const in idbIndex() function in WebCore::IDBAny
290 return source->idbIndex()->objectStore(); in effectiveObjectStore()
126 return toV8(impl->idbIndex(), creationContext, isolate); in toV8()