HomeSort by relevance Sort by last modified time
    Searched refs:openObjectStoreCursor (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 97 virtual PassRefPtr<Cursor> openObjectStoreCursor(int64_t databaseId, int64_t objectStoreId, const IDBKeyRange*, IDBCursor::Direction) = 0;
IDBLevelDBBackingStore.h 70 virtual PassRefPtr<Cursor> openObjectStoreCursor(int64_t databaseId, int64_t objectStoreId, const IDBKeyRange*, IDBCursor::Direction);
IDBSQLiteBackingStore.h 65 virtual PassRefPtr<Cursor> openObjectStoreCursor(int64_t databaseId, int64_t objectStoreId, const IDBKeyRange*, IDBCursor::Direction);
IDBObjectStoreBackendImpl.cpp 466 RefPtr<IDBBackingStore::Cursor> backingStoreCursor = objectStore->m_backingStore->openObjectStoreCursor(objectStore->m_databaseId, objectStore->id(), range.get(), direction);
IDBSQLiteBackingStore.cpp     [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 501 milliseconds