Searched refs:ObjectStoreKeyCursorImpl (Results 1 – 1 of 1) sorted by relevance
3201 class ObjectStoreKeyCursorImpl : public IndexedDBBackingStore::Cursor { class3203 ObjectStoreKeyCursorImpl( in ObjectStoreKeyCursorImpl() function in content::ObjectStoreKeyCursorImpl3214 return new ObjectStoreKeyCursorImpl(this); in Clone()3236 explicit ObjectStoreKeyCursorImpl(const ObjectStoreKeyCursorImpl* other) in ObjectStoreKeyCursorImpl() function in content::ObjectStoreKeyCursorImpl3239 DISALLOW_COPY_AND_ASSIGN(ObjectStoreKeyCursorImpl);3242 bool ObjectStoreKeyCursorImpl::LoadCurrentRow() { in LoadCurrentRow()3762 scoped_ptr<ObjectStoreKeyCursorImpl> cursor(new ObjectStoreKeyCursorImpl( in OpenObjectStoreKeyCursor()