HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthController (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_controller.h 31 class HttpAuthController : public base::RefCounted<HttpAuthController>,
36 HttpAuthController(HttpAuth::Target target,
83 friend class base::RefCounted<HttpAuthController>;
85 virtual ~HttpAuthController();
164 CompletionCallbackImpl<HttpAuthController> io_callback_;
http_auth_controller.cc 152 HttpAuthController::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::ResetAuth(const string16& username
    [all...]

Completed in 74 milliseconds