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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.cc 55 if (!IsAcceptableAuthChallenge(auth_info)) {
106 bool DataReductionProxyAuthRequestHandler::IsAcceptableAuthChallenge(
108 return settings_->IsAcceptableAuthChallenge(auth_info);
data_reduction_proxy_auth_request_handler.h 45 virtual bool IsAcceptableAuthChallenge(net::AuthChallengeInfo* auth_info);
data_reduction_proxy_auth_request_handler_unittest.cc 43 virtual bool IsAcceptableAuthChallenge(
data_reduction_proxy_settings.h 133 bool IsAcceptableAuthChallenge(net::AuthChallengeInfo* auth_info);
data_reduction_proxy_settings_unittest.cc 207 settings_->IsAcceptableAuthChallenge(auth_info.get()));
data_reduction_proxy_settings.cc 206 bool DataReductionProxySettings::IsAcceptableAuthChallenge(
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.h 73 jboolean IsAcceptableAuthChallenge(JNIEnv* env,
data_reduction_proxy_settings_android.cc 152 jboolean DataReductionProxySettingsAndroid::IsAcceptableAuthChallenge(
161 return DataReductionProxySettings::IsAcceptableAuthChallenge(auth_info.get());

Completed in 81 milliseconds