OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
#include "modules/indexeddb/
IDBIndex
.h"
222
static
IDBIndex
* indexForObjectStore(IDBObjectStore* idbObjectStore, const String& indexName)
225
IDBIndex
*
idbIndex
= idbObjectStore->index(indexName, exceptionState);
228
return
idbIndex
;
518
IDBIndex
*
idbIndex
= indexForObjectStore(idbObjectStore, m_indexName);
519
if (!
idbIndex
) {
524
idbRequest =
idbIndex
->openCursor(scriptState(), m_idbKeyRange.get(), WebIDBCursorDirectionNext);
Completed in 30 milliseconds