OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAcceptableAuthChallenge
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.h
67
jboolean
IsAcceptableAuthChallenge
(JNIEnv* env,
data_reduction_proxy_settings.h
107
bool
IsAcceptableAuthChallenge
(net::AuthChallengeInfo* auth_info);
data_reduction_proxy_settings_android.cc
161
jboolean DataReductionProxySettingsAndroid::
IsAcceptableAuthChallenge
(
170
return DataReductionProxySettings::
IsAcceptableAuthChallenge
(auth_info.get());
data_reduction_proxy_settings.cc
288
bool DataReductionProxySettings::
IsAcceptableAuthChallenge
(
data_reduction_proxy_settings_unittest.cc
376
settings_->
IsAcceptableAuthChallenge
(auth_info.get()));
Completed in 71 milliseconds