Home
last modified time | relevance | path

Searched refs:REQUEST_QUERY (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_download.cc105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY; in StartQueryRequest()
218 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) in StartRequest()
224 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) { in StartRequest()
319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ? in OnURLFetchComplete()
348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) { in OnURLFetchComplete()
365 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) { in OnURLFetchComplete()
Dautofill_download.h37 REQUEST_QUERY, enumerator
Dautofill_download_unittest.cc90 request_type == AutofillDownloadManager::REQUEST_QUERY ? in OnHeuristicsRequestError()