IndexKeyCursorImpl 2333 content/browser/indexed_db/indexed_db_backing_store.cc   virtual Cursor* Clone() OVERRIDE { return new IndexKeyCursorImpl(this); }
IndexKeyCursorImpl 2367 content/browser/indexed_db/indexed_db_backing_store.cc   explicit IndexKeyCursorImpl(const IndexKeyCursorImpl* other)
IndexKeyCursorImpl 2374 content/browser/indexed_db/indexed_db_backing_store.cc bool IndexKeyCursorImpl::LoadCurrentRow() {
IndexKeyCursorImpl 2746 content/browser/indexed_db/indexed_db_backing_store.cc   scoped_ptr<IndexKeyCursorImpl> cursor(
IndexKeyCursorImpl 2747 content/browser/indexed_db/indexed_db_backing_store.cc       new IndexKeyCursorImpl(leveldb_transaction, cursor_options));