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

  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 183 return GetDailyContentLengths(
190 return GetDailyContentLengths(
240 DataReductionProxySettingsAndroid::GetDailyContentLengths(
246 DataReductionProxySettings::GetDailyContentLengths(pref_name);
data_reduction_proxy_settings_android.h 103 ScopedJavaLocalRef<jlongArray> GetDailyContentLengths(JNIEnv* env,
data_reduction_proxy_settings_unittest_android.cc 140 ScopedJavaLocalRef<jlongArray> result = Settings()->GetDailyContentLengths(
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.h 192 ContentLengthList GetDailyContentLengths(const char* pref_name);
data_reduction_proxy_settings.cc 298 return GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);
304 return GetDailyContentLengths(prefs::kDailyHttpReceivedContentLength);
531 DataReductionProxySettings::GetDailyContentLengths(const char* pref_name) {
data_reduction_proxy_settings_unittest.cc 438 settings_->GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);

Completed in 717 milliseconds