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

  /external/chromium/chrome/browser/autofill/
autofill_download.h 110 typedef std::list<std::pair<std::string, std::string> > QueryRequestCache;
158 QueryRequestCache cached_forms_;
autofill_download.cc 254 for (QueryRequestCache::iterator it = cached_forms_.begin();
276 for (QueryRequestCache::const_iterator it = cached_forms_.begin();
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 95 typedef std::list<std::pair<std::string, std::string> > QueryRequestCache;
154 QueryRequestCache cached_forms_;
autofill_download.cc 219 for (QueryRequestCache::iterator it = cached_forms_.begin();
241 for (QueryRequestCache::const_iterator it = cached_forms_.begin();

Completed in 137 milliseconds