HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthController (Results 1 - 14 of 14) 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...]
http_auth_controller_unittest.cc 31 // Runs an HttpAuthController with a single round mock auth handler
64 scoped_refptr<HttpAuthController> controller(
65 new HttpAuthController(HttpAuth::AUTH_PROXY,
88 // permanent error, the HttpAuthController should disable the scheme
101 // different code paths in HttpAuthController when generating
http_stream_factory_impl_job.h 25 class HttpAuthController;
126 HttpAuthController* auth_controller);
246 scoped_refptr<HttpAuthController>
http_network_transaction.h 28 class HttpAuthController;
73 HttpAuthController* auth_controller);
217 scoped_refptr<HttpAuthController>
http_proxy_client_socket.h 55 // credentials should be added to the HttpAuthController before calling
59 const scoped_refptr<HttpAuthController>& auth_controller() {
158 scoped_refptr<HttpAuthController> auth_;
http_stream_factory.h 24 class HttpAuthController;
97 HttpAuthController* auth_controller) = 0;
http_stream_factory_impl_request.h 69 HttpAuthController* auth_controller);
http_stream_factory_impl_request.cc 152 HttpAuthController* auth_controller) {
http_proxy_client_socket.cc 44 new HttpAuthController(HttpAuth::AUTH_PROXY,
http_network_transaction.cc 426 HttpAuthController* auth_controller) {
644 new HttpAuthController(target,
665 new HttpAuthController(target,
    [all...]
http_stream_factory_impl_job.cc 240 HttpAuthController* auth_controller) {
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 58 const scoped_refptr<HttpAuthController>& auth_controller() {
150 scoped_refptr<HttpAuthController> auth_;
spdy_proxy_client_socket.cc 40 new HttpAuthController(HttpAuth::AUTH_PROXY,

Completed in 156 milliseconds