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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.cc 95 *password = GetTokenForAuthChallenge(auth_info);
111 base::string16 DataReductionProxyAuthRequestHandler::GetTokenForAuthChallenge(
114 return settings_->GetTokenForAuthChallenge(auth_info);
data_reduction_proxy_auth_request_handler.h 48 virtual base::string16 GetTokenForAuthChallenge(
data_reduction_proxy_auth_request_handler_unittest.cc 54 virtual base::string16 GetTokenForAuthChallenge(
data_reduction_proxy_settings.h 138 base::string16 GetTokenForAuthChallenge(net::AuthChallengeInfo* auth_info);
data_reduction_proxy_settings_unittest.cc 230 base::string16 token = settings_->GetTokenForAuthChallenge(auth_info.get());
data_reduction_proxy_settings.cc 227 base::string16 DataReductionProxySettings::GetTokenForAuthChallenge(
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.h 78 ScopedJavaLocalRef<jstring> GetTokenForAuthChallenge(JNIEnv* env,
data_reduction_proxy_settings_android.cc 165 DataReductionProxySettingsAndroid::GetTokenForAuthChallenge(JNIEnv* env,
177 DataReductionProxySettings::GetTokenForAuthChallenge(auth_info.get()));

Completed in 68 milliseconds