Home
last modified time | relevance | path

Searched refs:max_form_cache_size_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_download.h125 max_form_cache_size_ = max_form_cache_size; in set_max_form_cache_size()
159 size_t max_form_cache_size_; variable
Dautofill_download.cc52 max_form_cache_size_(kMaxFormCacheSize), in AutofillDownloadManager()
263 while (cached_forms_.size() > max_form_cache_size_) in CacheQueryRequest()