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

  /external/chromium_org/components/autofill/core/browser/
autofill_download.cc 38 case AutofillDownloadManager::REQUEST_QUERY:
97 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
290 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
308 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
autofill_download.h 36 enum RequestType { REQUEST_QUERY, REQUEST_UPLOAD, };
autofill_download_unittest.cc 102 request_type == AutofillDownloadManager::REQUEST_QUERY ?

Completed in 127 milliseconds