Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBAny.cpp97 ASSERT(m_type == IDBObjectStoreType); in idbObjectStore()
173 : m_type(IDBObjectStoreType) in IDBAny()
DIDBCursor.cpp90 …ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType); in IDBCursor()
371 if (m_source->type() == IDBAny::IDBObjectStoreType) in effectiveObjectStore()
379 if (m_source->type() == IDBAny::IDBObjectStoreType) in isDeleted()
DIDBAny.h87 IDBObjectStoreType, enumerator
DIDBRequest.cpp287 if (source->type() == IDBAny::IDBObjectStoreType) in effectiveObjectStore()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DIDBBindingUtilities.cpp127 case IDBAny::IDBObjectStoreType: in toV8()