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.cc102 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY; in StartQueryRequest()
215 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) in StartRequest()
221 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) { in StartRequest()
314 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ? in OnURLFetchComplete()
343 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) { in OnURLFetchComplete()
360 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()