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

  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 105 max_form_cache_size_ = max_form_cache_size;
150 size_t max_form_cache_size_; member in class:autofill::AutofillDownloadManager
autofill_download.cc 65 max_form_cache_size_(kMaxFormCacheSize),
217 while (cached_forms_.size() > max_form_cache_size_)

Completed in 37 milliseconds