IndexCursorImpl  2440 content/browser/indexed_db/indexed_db_backing_store.cc   virtual Cursor* Clone() OVERRIDE { return new IndexCursorImpl(this); }
IndexCursorImpl  2471 content/browser/indexed_db/indexed_db_backing_store.cc   explicit IndexCursorImpl(const IndexCursorImpl* other)
IndexCursorImpl  2482 content/browser/indexed_db/indexed_db_backing_store.cc bool IndexCursorImpl::LoadCurrentRow() {
IndexCursorImpl  2773 content/browser/indexed_db/indexed_db_backing_store.cc   scoped_ptr<IndexCursorImpl> cursor(
IndexCursorImpl  2774 content/browser/indexed_db/indexed_db_backing_store.cc       new IndexCursorImpl(leveldb_transaction, cursor_options));