Searched refs:kPrefsCurrentBytesDownloaded (Results 1 – 5 of 5) sorted by relevance
160 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()192 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()204 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
509 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in BytesReceived()512 prefs_->SetInt64(kPrefsCurrentBytesDownloaded, in BytesReceived()724 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in CollectAndReportUpdateMetricsOnUpdateFinished()835 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs()
1121 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()1137 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()
33 const char kPrefsCurrentBytesDownloaded[] = "current-bytes-downloaded"; variable
38 extern const char kPrefsCurrentBytesDownloaded[];