Searched defs:HttpAuthHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler.cc12 HttpAuthHandler::HttpAuthHandler() function in class:net::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
[all...]
H A Dhttp_auth_handler.h20 // HttpAuthHandler is the interface for the authentication schemes
22 // HttpAuthHandler objects are typically created by an HttpAuthHandlerFactory.
23 class HttpAuthHandler { class in namespace:net
25 HttpAuthHandler();
26 virtual ~HttpAuthHandler();
104 // that this HttpAuthHandler is handling. The URL includes scheme, host, and
190 CompletionCallbackImpl<HttpAuthHandler> wrapper_callback_;

Completed in 167 milliseconds