• Home
  • Raw
  • Download

Lines Matching refs:HttpAuthController

152 HttpAuthController::HttpAuthController(  in HttpAuthController()  function in net::HttpAuthController
166 io_callback_(this, &HttpAuthController::OnIOComplete)), in HttpAuthController()
170 HttpAuthController::~HttpAuthController() { in ~HttpAuthController()
175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request, in MaybeGenerateAuthToken()
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) { in SelectPreemptiveAuth()
242 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader()
255 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge()
369 void HttpAuthController::ResetAuth(const string16& username, in ResetAuth()
411 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler()
415 bool HttpAuthController::HaveAuth() const { in HaveAuth()
419 void HttpAuthController::InvalidateCurrentHandler( in InvalidateCurrentHandler()
429 void HttpAuthController::InvalidateRejectedAuthFromCache() { in InvalidateRejectedAuthFromCache()
441 bool HttpAuthController::SelectNextAuthIdentityToTry() { in SelectNextAuthIdentityToTry()
489 void HttpAuthController::PopulateAuthChallenge() { in PopulateAuthChallenge()
504 bool HttpAuthController::DisableOnAuthHandlerResult(int result) { in DisableOnAuthHandlerResult()
534 void HttpAuthController::OnIOComplete(int result) { in OnIOComplete()
545 scoped_refptr<AuthChallengeInfo> HttpAuthController::auth_info() { in auth_info()
550 bool HttpAuthController::IsAuthSchemeDisabled(HttpAuth::Scheme scheme) const { in IsAuthSchemeDisabled()
555 void HttpAuthController::DisableAuthScheme(HttpAuth::Scheme scheme) { in DisableAuthScheme()