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

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 98 virtual PassRefPtr<Cursor> openIndexKeyCursor(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKeyRange*, IDBCursor::Direction) = 0;
IDBLevelDBBackingStore.h 71 virtual PassRefPtr<Cursor> openIndexKeyCursor(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKeyRange*, IDBCursor::Direction);
IDBSQLiteBackingStore.h 66 virtual PassRefPtr<Cursor> openIndexKeyCursor(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKeyRange*, IDBCursor::Direction);
IDBIndexBackendImpl.cpp 79 backingStoreCursor = index->m_backingStore->openIndexKeyCursor(index->m_databaseId, index->m_objectStoreBackend->id(), index->id(), range.get(), direction);
IDBSQLiteBackingStore.cpp     [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 271 milliseconds