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

/external/chromium/net/http/
H A Dhttp_auth_controller.h31 class HttpAuthController : public base::RefCounted<HttpAuthController>, class in namespace:net
36 HttpAuthController(HttpAuth::Target target,
83 friend class base::RefCounted<HttpAuthController>;
85 virtual ~HttpAuthController();
164 CompletionCallbackImpl<HttpAuthController> io_callback_;
H A Dhttp_auth_controller.cc152 HttpAuthController::HttpAuthController( function in class:net::HttpAuthController
166 io_callback_(this, &HttpAuthController::OnIOComplete)),
170 HttpAuthController::~HttpAuthController() {
175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request,
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
242 void HttpAuthController::AddAuthorizationHeader(
255 int HttpAuthController::HandleAuthChallenge(
369 void HttpAuthController
[all...]

Completed in 90 milliseconds