Searched defs:GetDailyContentLengths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.cc192 return GetDailyContentLengths(env, prefs::kDailyHttpOriginalContentLength);
198 return GetDailyContentLengths(env, prefs::kDailyHttpReceivedContentLength);
259 DataReductionProxySettingsAndroid::GetDailyContentLengths( function in class:DataReductionProxySettingsAndroid
264 DataReductionProxySettings::GetDailyContentLengths(pref_name);
H A Ddata_reduction_proxy_settings.cc371 return GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);
376 return GetDailyContentLengths(prefs::kDailyHttpReceivedContentLength);
565 DataReductionProxySettings::GetDailyContentLengths(const char* pref_name) { function in class:DataReductionProxySettings

Completed in 65 milliseconds