Home | History | Annotate | Download | only in http

Lines Matching refs:auth_controllers_

242   auth_controllers_[target]->ResetAuth(credentials);
252 auth_controllers_[target] = NULL;
498 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
712 if (!auth_controllers_[target].get())
713 auth_controllers_[target] =
718 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
733 if (!auth_controllers_[target].get())
734 auth_controllers_[target] =
741 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
793 auth_controllers_[HttpAuth::AUTH_PROXY]->AddAuthorizationHeader(
796 auth_controllers_[HttpAuth::AUTH_SERVER]->AddAuthorizationHeader(
1413 if (!auth_controllers_[target].get())
1416 int rv = auth_controllers_[target]->HandleAuthChallenge(
1419 if (auth_controllers_[target]->HaveAuthHandler())
1423 auth_controllers_[target]->auth_info();
1431 return auth_controllers_[target].get() &&
1432 auth_controllers_[target]->HaveAuth();