Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_download.h98 double GetNegativeUploadRate() const;
Dautofill_download.cc129 GetNegativeUploadRate(); in StartUploadRequest()
169 double AutofillDownloadManager::GetNegativeUploadRate() const { in GetNegativeUploadRate() function in AutofillDownloadManager
Dautofill_download_unittest.cc247 EXPECT_DOUBLE_EQ(0.3, helper.download_manager.GetNegativeUploadRate()); in TEST_F()