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

  /external/chromium/chrome/browser/autofill/
autofill_download.h 125 max_form_cache_size_ = max_form_cache_size;
159 size_t max_form_cache_size_; member in class:AutofillDownloadManager
autofill_download.cc 55 max_form_cache_size_(kMaxFormCacheSize),
268 while (cached_forms_.size() > max_form_cache_size_)
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 110 max_form_cache_size_ = max_form_cache_size;
155 size_t max_form_cache_size_; member in class:autofill::AutofillDownloadManager
autofill_download.cc 75 max_form_cache_size_(kMaxFormCacheSize),
233 while (cached_forms_.size() > max_form_cache_size_)

Completed in 213 milliseconds