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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3504 class IndexCursorImpl : public IndexedDBBackingStore::Cursor { class in namespace:content
3506 IndexCursorImpl( function in class:content::IndexCursorImpl
3516 virtual Cursor* Clone() OVERRIDE { return new IndexCursorImpl(this); }
3547 explicit IndexCursorImpl(const IndexCursorImpl* other) function in class:content::IndexCursorImpl
3557 DISALLOW_COPY_AND_ASSIGN(IndexCursorImpl);
3560 bool IndexCursorImpl::LoadCurrentRow() {
3873 scoped_ptr<IndexCursorImpl> cursor(
3874 new IndexCursorImpl(this, transaction, database_id, cursor_options));

Completed in 55 milliseconds