Searched refs:IDBObjectStoreType (Results 1 – 5 of 5) sorted by relevance
97 ASSERT(m_type == IDBObjectStoreType); in idbObjectStore()173 : m_type(IDBObjectStoreType) in IDBAny()
90 …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()
87 IDBObjectStoreType, enumerator
287 if (source->type() == IDBAny::IDBObjectStoreType) in effectiveObjectStore()
127 case IDBAny::IDBObjectStoreType: in toV8()