Home
last modified time | relevance | path

Searched refs:IndexCursorImpl (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp834 class IndexCursorImpl : public CursorImplCommon { class
836IndexCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iter… in IndexCursorImpl() function in WebCore::__anon392df7520211::IndexCursorImpl
854 void IndexCursorImpl::loadCurrentRow() in loadCurrentRow()
862 bool IndexCursorImpl::currentRowExists() in currentRowExists()
973 …RefPtr<IndexCursorImpl> cursor = adoptRef(new IndexCursorImpl(m_db, sql, direction == IDBCursor::N… in openIndexCursor()
DIDBLevelDBBackingStore.cpp2387 class IndexCursorImpl : public CursorImplCommon { class
2389 …static PassRefPtr<IndexCursorImpl> create(LevelDBDatabase* db, const Vector<char>& lowKey, bool lo… in create()
2391 return adoptRef(new IndexCursorImpl(db, lowKey, lowOpen, highKey, highOpen, forward)); in create()
2402IndexCursorImpl(LevelDBDatabase* db, const Vector<char>& lowKey, bool lowOpen, const Vector<char>&… in IndexCursorImpl() function in WebCore::__anon988460de0411::IndexCursorImpl
2412 bool IndexCursorImpl::loadCurrentRow() in loadCurrentRow()
2586 …RefPtr<IndexCursorImpl> cursor = IndexCursorImpl::create(m_db.get(), startKey, lowerOpen, stopKey,… in openIndexCursor()
/external/webkit/Source/WebCore/
DChangeLog54423 (WebCore::IndexCursorImpl::IndexCursorImpl):
54424 (WebCore::IndexCursorImpl::indexDataId):
54425 (WebCore::IndexCursorImpl::key):
54426 (WebCore::IndexCursorImpl::primaryKey):
54427 (WebCore::IndexCursorImpl::value):
54428 (WebCore::IndexCursorImpl::continueFunction):
54430 (WebCore::IndexCursorImpl::loadCurrentRow):
54431 (WebCore::IndexCursorImpl::currentRowExists):