Searched refs:GetDailyContentLengths (Results 1 - 6 of 6) 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.h154 ContentLengthList GetDailyContentLengths(const char* pref_name);
H A Ddata_reduction_proxy_settings_android.h99 ScopedJavaLocalRef<jlongArray> GetDailyContentLengths(JNIEnv* env,
H A Ddata_reduction_proxy_settings_unittest_android.cc121 ScopedJavaLocalRef<jlongArray> result = Settings()->GetDailyContentLengths(
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
H A Ddata_reduction_proxy_settings_unittest.cc539 settings_->GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);

Completed in 64 milliseconds