Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBAny.cpp88 ASSERT(m_type == IDBIndexType); in idbIndex()
153 m_type = IDBIndexType; in set()
DIDBCursor.cpp55 …ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType); in IDBCursor()
DIDBAny.h74 IDBIndexType, enumerator
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8IDBAnyCustom.cpp64 case IDBAny::IDBIndexType: in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSIDBAnyCustom.cpp70 case IDBAny::IDBIndexType: in toJS()