Home
last modified time | relevance | path

Searched refs:IDBIndexType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.cpp91 ASSERT(m_type == IDBIndexType); in idbIndex()
159 : m_type(IDBIndexType) in IDBAny()
DIDBAny.h86 IDBIndexType, enumerator
DIDBCursor.cpp90 …ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType); in IDBCursor()
DIDBRequest.cpp289 if (source->type() == IDBAny::IDBIndexType) in effectiveObjectStore()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DIDBBindingUtilities.cpp125 case IDBAny::IDBIndexType: in toV8()