Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandler

14 HttpAuthHandler::HttpAuthHandler()
21 HttpAuthHandler::~HttpAuthHandler() {
24 bool HttpAuthHandler::InitFromChallenge(
63 int HttpAuthHandler::GenerateAuthToken(
75 base::Bind(&HttpAuthHandler::OnGenerateAuthTokenComplete,
83 bool HttpAuthHandler::NeedsIdentity() {
87 bool HttpAuthHandler::AllowsDefaultCredentials() {
91 bool HttpAuthHandler::AllowsExplicitCredentials() {
95 void HttpAuthHandler::OnGenerateAuthTokenComplete(int rv) {
102 void HttpAuthHandler::FinishGenerateAuthToken() {