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
95
return
GetDailyContentLengths
(
102
return
GetDailyContentLengths
(
118
DataReductionProxySettingsAndroid::
GetDailyContentLengths
(
124
Settings()->
GetDailyContentLengths
(pref_name);
data_reduction_proxy_settings_android.h
76
ScopedJavaLocalRef<jlongArray>
GetDailyContentLengths
(JNIEnv* env,
data_reduction_proxy_settings_unittest_android.cc
180
SettingsAndroid()->
GetDailyContentLengths
(
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc
220
return
GetDailyContentLengths
(prefs::kDailyHttpOriginalContentLength);
235
return
GetDailyContentLengths
(prefs::kDailyHttpReceivedContentLength);
475
DataReductionProxySettings::
GetDailyContentLengths
(const char* pref_name) {
data_reduction_proxy_settings.h
179
ContentLengthList
GetDailyContentLengths
(const char* pref_name);
data_reduction_proxy_settings_unittest.cc
387
settings_->
GetDailyContentLengths
(prefs::kDailyHttpOriginalContentLength);
Completed in 117 milliseconds