ObjectStoreCursorImpl 2275 content/browser/indexed_db/indexed_db_backing_store.cc virtual Cursor* Clone() OVERRIDE { return new ObjectStoreCursorImpl(this); } ObjectStoreCursorImpl 2293 content/browser/indexed_db/indexed_db_backing_store.cc explicit ObjectStoreCursorImpl(const ObjectStoreCursorImpl* other) ObjectStoreCursorImpl 2300 content/browser/indexed_db/indexed_db_backing_store.cc bool ObjectStoreCursorImpl::LoadCurrentRow() { ObjectStoreCursorImpl 2694 content/browser/indexed_db/indexed_db_backing_store.cc scoped_ptr<ObjectStoreCursorImpl> cursor( ObjectStoreCursorImpl 2695 content/browser/indexed_db/indexed_db_backing_store.cc new ObjectStoreCursorImpl(leveldb_transaction, cursor_options));