HomeSort by relevance Sort by last modified time
    Searched defs:GetDailyContentLengths (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 192 return GetDailyContentLengths(env, prefs::kDailyHttpOriginalContentLength);
198 return GetDailyContentLengths(env, prefs::kDailyHttpReceivedContentLength);
259 DataReductionProxySettingsAndroid::GetDailyContentLengths(
264 DataReductionProxySettings::GetDailyContentLengths(pref_name);
data_reduction_proxy_settings.cc 371 return GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);
376 return GetDailyContentLengths(prefs::kDailyHttpReceivedContentLength);
565 DataReductionProxySettings::GetDailyContentLengths(const char* pref_name) {

Completed in 31 milliseconds