Home
last modified time | relevance | path

Searched refs:auth_url_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_controller.cc158 auth_url_(auth_url), in HttpAuthController()
211 if (auth_url_.has_username()) in SelectPreemptiveAuth()
447 if (target_ == HttpAuth::AUTH_SERVER && auth_url_.has_username() && in SelectNextAuthIdentityToTry()
452 GetIdentityFromURL(auth_url_, in SelectNextAuthIdentityToTry()
Dhttp_auth_controller.h121 const GURL auth_url_; variable