Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandler

15 HttpAuthHandler::HttpAuthHandler()
22 HttpAuthHandler::~HttpAuthHandler() {
25 bool HttpAuthHandler::InitFromChallenge(
64 int HttpAuthHandler::GenerateAuthToken(
76 base::Bind(&HttpAuthHandler::OnGenerateAuthTokenComplete,
84 bool HttpAuthHandler::NeedsIdentity() {
88 bool HttpAuthHandler::AllowsDefaultCredentials() {
92 bool HttpAuthHandler::AllowsExplicitCredentials() {
96 void HttpAuthHandler::OnGenerateAuthTokenComplete(int rv) {
103 void HttpAuthHandler::FinishGenerateAuthToken() {