Searched refs:GetPositiveUploadRate (Results 1 – 3 of 3) sorted by relevance
125 double upload_rate = form_was_matched ? GetPositiveUploadRate() : in StartUploadRequest()162 double AutofillDownloadManager::GetPositiveUploadRate() const { in GetPositiveUploadRate() function in AutofillDownloadManager
97 double GetPositiveUploadRate() const;
246 EXPECT_DOUBLE_EQ(0.5, helper.download_manager.GetPositiveUploadRate()); in TEST_F()