HomeSort by relevance Sort by last modified time
    Searched refs:max_form_cache_size_ (Results 1 - 2 of 2) 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 52 max_form_cache_size_(kMaxFormCacheSize),
263 while (cached_forms_.size() > max_form_cache_size_)

Completed in 152 milliseconds