Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dautofill_download.cc200 const std::vector<std::string>& forms_in_query, in CacheQueryRequest() argument
202 std::string signature = GetCombinedSignature(forms_in_query); in CacheQueryRequest()
222 const std::vector<std::string>& forms_in_query, in CheckCacheForQueryRequest() argument
224 std::string signature = GetCombinedSignature(forms_in_query); in CheckCacheForQueryRequest()
237 const std::vector<std::string>& forms_in_query) const { in GetCombinedSignature()
238 size_t total_size = forms_in_query.size(); in GetCombinedSignature()
239 for (size_t i = 0; i < forms_in_query.size(); ++i) in GetCombinedSignature()
240 total_size += forms_in_query[i].length(); in GetCombinedSignature()
245 for (size_t i = 0; i < forms_in_query.size(); ++i) { in GetCombinedSignature()
248 signature.append(forms_in_query[i]); in GetCombinedSignature()
Dautofill_download.h110 void CacheQueryRequest(const std::vector<std::string>& forms_in_query,
114 bool CheckCacheForQueryRequest(const std::vector<std::string>& forms_in_query,
118 const std::vector<std::string>& forms_in_query) const;