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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3389 class IndexKeyCursorImpl : public IndexedDBBackingStore::Cursor { class in namespace:content
3391 IndexKeyCursorImpl( function in class:content::IndexKeyCursorImpl
3401 virtual Cursor* Clone() OVERRIDE { return new IndexKeyCursorImpl(this); }
3435 explicit IndexKeyCursorImpl(const IndexKeyCursorImpl* other) function in class:content::IndexKeyCursorImpl
3441 DISALLOW_COPY_AND_ASSIGN(IndexKeyCursorImpl);
3444 bool IndexKeyCursorImpl::LoadCurrentRow() {
3845 scoped_ptr<IndexKeyCursorImpl> cursor(
3846 new IndexKeyCursorImpl(this, transaction, database_id, cursor_options));

Completed in 451 milliseconds