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

  /external/chromium/chrome/browser/autofill/
autofill_download.cc 254 for (QueryRequestCache::iterator it = cached_forms_.begin();
255 it != cached_forms_.end(); ++it) {
259 cached_forms_.erase(it);
260 cached_forms_.push_front(data);
267 cached_forms_.push_front(data);
268 while (cached_forms_.size() > max_form_cache_size_)
269 cached_forms_.pop_back();
276 for (QueryRequestCache::const_iterator it = cached_forms_.begin();
277 it != cached_forms_.end(); ++it) {
autofill_download.h 158 QueryRequestCache cached_forms_; member in class:AutofillDownloadManager

Completed in 47 milliseconds