HomeSort by relevance Sort by last modified time
    Searched refs:saved_cursor_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.cc 15 saved_cursor_(fields.begin()),
42 DCHECK(saved_cursor_ != end_);
43 cursor_ = saved_cursor_;
44 saved_cursor_ = end_;
50 saved_cursor_ = end_;
54 saved_cursor_ = cursor_;
autofill_scanner.h 48 std::vector<const AutofillField*>::const_iterator saved_cursor_; member in class:autofill::AutofillScanner
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.cc 142 cursor_->saved_cursor_.reset(cursor_->cursor_->Clone());
187 cursor_.swap(saved_cursor_);
188 saved_cursor_.reset();
204 saved_cursor_.reset();
indexed_db_cursor.h 60 scoped_ptr<IndexedDBBackingStore::Cursor> saved_cursor_; member in class:content::IndexedDBCursor

Completed in 51 milliseconds