Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_download_unittest.cc213 helper.download_manager.SetPositiveUploadRate(1.0); in TEST_F()
288 helper.download_manager.SetPositiveUploadRate(0.0); in TEST_F()
335 helper.download_manager.SetPositiveUploadRate(1.0); in TEST_F()
Dautofill_download.h103 void SetPositiveUploadRate(double rate);
Dautofill_download.cc173 void AutofillDownloadManager::SetPositiveUploadRate(double rate) { in SetPositiveUploadRate() function in AutofillDownloadManager
377 SetPositiveUploadRate(new_positive_upload_rate); in OnURLFetchComplete()