Searched refs:SetNegativeUploadRate (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_download.h104 void SetNegativeUploadRate(double rate);
H A Dautofill_download.cc186 void AutofillDownloadManager::SetNegativeUploadRate(double rate) { function in class:AutofillDownloadManager
378 SetNegativeUploadRate(new_negative_upload_rate);
H A Dautofill_download_unittest.cc214 helper.download_manager.SetNegativeUploadRate(1.0);
289 helper.download_manager.SetNegativeUploadRate(0.0);
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download.h134 void SetNegativeUploadRate(double rate);
H A Dautofill_download.cc174 void AutofillDownloadManager::SetNegativeUploadRate(double rate) { function in class:autofill::AutofillDownloadManager
338 SetNegativeUploadRate(new_negative_upload_rate);
H A Dautofill_download_unittest.cc207 download_manager_.SetNegativeUploadRate(1.0);
275 download_manager_.SetNegativeUploadRate(0.0);

Completed in 4573 milliseconds