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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3319 class ObjectStoreCursorImpl : public IndexedDBBackingStore::Cursor { class in namespace:content
3321 ObjectStoreCursorImpl( function in class:content::ObjectStoreCursorImpl
3331 virtual Cursor* Clone() OVERRIDE { return new ObjectStoreCursorImpl(this); }
3349 explicit ObjectStoreCursorImpl(const ObjectStoreCursorImpl* other) function in class:content::ObjectStoreCursorImpl
3355 DISALLOW_COPY_AND_ASSIGN(ObjectStoreCursorImpl);
3358 bool ObjectStoreCursorImpl::LoadCurrentRow() {
3789 scoped_ptr<ObjectStoreCursorImpl> cursor(new ObjectStoreCursorImpl(

Completed in 242 milliseconds