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

  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 90 typedef std::list<std::pair<std::string, std::string> > QueryRequestCache;
149 QueryRequestCache cached_forms_;
autofill_download.cc 203 for (QueryRequestCache::iterator it = cached_forms_.begin();
225 for (QueryRequestCache::const_iterator it = cached_forms_.begin();

Completed in 30 milliseconds