Searched defs:CursorImplCommon (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBSQLiteBackingStore.cpp693 class CursorImplCommon : public IDBSQLiteBackingStore::Cursor { class in namespace:WebCore::__anon14729
695 CursorImplCommon(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool iterateForward) function in class:WebCore::__anon14729::CursorImplCommon
702 virtual ~CursorImplCommon() {}
725 bool CursorImplCommon::continueFunction(const IDBKey* key)
759 class ObjectStoreCursorImpl : public CursorImplCommon {
762 : CursorImplCommon(sqliteDatabase, query, uniquenessConstraint, iterateForward)
766 // CursorImplCommon.
796 class IndexKeyCursorImpl : public CursorImplCommon {
799 : CursorImplCommon(sqliteDatabase, query, uniquenessConstraint, iterateForward)
803 // CursorImplCommon
[all...]
H A DIDBLevelDBBackingStore.cpp2146 class CursorImplCommon : public IDBBackingStore::Cursor { class in namespace:WebCore::__anon14725
2160 CursorImplCommon(LevelDBDatabase* db, const Vector<char>& lowKey, bool lowOpen, const Vector<char>& highKey, bool highOpen, bool forward) function in class:WebCore::__anon14725::CursorImplCommon
2169 virtual ~CursorImplCommon() {}
2181 bool CursorImplCommon::firstSeek()
2230 bool CursorImplCommon::continueFunction(const IDBKey* key)
2277 class ObjectStoreCursorImpl : public CursorImplCommon {
2284 // CursorImplCommon
2292 : CursorImplCommon(db, lowKey, lowOpen, highKey, highOpen, forward)
2324 class IndexKeyCursorImpl : public CursorImplCommon {
2331 // CursorImplCommon
[all...]

Completed in 97 milliseconds