Searched defs:HttpAuthHandler (Results 1 - 4 of 4) 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_;
/external/chromium_org/net/http/
H A Dhttp_auth_handler.cc14 HttpAuthHandler::HttpAuthHandler() function in class:net::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
[all...]
H A Dhttp_auth_handler.h19 // HttpAuthHandler is the interface for the authentication schemes
21 // HttpAuthHandler objects are typically created by an HttpAuthHandlerFactory.
22 class NET_EXPORT_PRIVATE HttpAuthHandler { class in namespace:net
24 HttpAuthHandler();
25 virtual ~HttpAuthHandler();
104 // that this HttpAuthHandler is handling. The URL includes scheme, host, and

Completed in 193 milliseconds