Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_download.cc125 double upload_rate = form_was_matched ? GetPositiveUploadRate() : in StartUploadRequest()
162 double AutofillDownloadManager::GetPositiveUploadRate() const { in GetPositiveUploadRate() function in AutofillDownloadManager
Dautofill_download.h97 double GetPositiveUploadRate() const;
Dautofill_download_unittest.cc246 EXPECT_DOUBLE_EQ(0.5, helper.download_manager.GetPositiveUploadRate()); in TEST_F()