OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDailyContentLengths
(Results
1 - 6
of
6
) 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_android.h
99
ScopedJavaLocalRef<jlongArray>
GetDailyContentLengths
(JNIEnv* env,
data_reduction_proxy_settings.h
154
ContentLengthList
GetDailyContentLengths
(const char* pref_name);
data_reduction_proxy_settings_unittest_android.cc
121
ScopedJavaLocalRef<jlongArray> result = Settings()->
GetDailyContentLengths
(
data_reduction_proxy_settings.cc
371
return
GetDailyContentLengths
(prefs::kDailyHttpOriginalContentLength);
376
return
GetDailyContentLengths
(prefs::kDailyHttpReceivedContentLength);
565
DataReductionProxySettings::
GetDailyContentLengths
(const char* pref_name) {
data_reduction_proxy_settings_unittest.cc
539
settings_->
GetDailyContentLengths
(prefs::kDailyHttpOriginalContentLength);
Completed in 764 milliseconds