Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandler

12 HttpAuthHandler::HttpAuthHandler()
20 this, &HttpAuthHandler::OnGenerateAuthTokenComplete)) {
23 HttpAuthHandler::~HttpAuthHandler() {
26 bool HttpAuthHandler::InitFromChallenge(
65 int HttpAuthHandler::GenerateAuthToken(const string16* username,
85 bool HttpAuthHandler::NeedsIdentity() {
89 bool HttpAuthHandler::AllowsDefaultCredentials() {
93 void HttpAuthHandler::OnGenerateAuthTokenComplete(int rv) {
100 void HttpAuthHandler::FinishGenerateAuthToken() {