HomeSort by relevance Sort by last modified time
    Searched refs:http_auth_handler_factory_ (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/net/
connection_tester_unittest.cc 111 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_; member in class:__anon4692::ConnectionTesterTest
120 &http_auth_handler_factory_);
128 session_params.http_auth_handler_factory = &http_auth_handler_factory_;
  /external/chromium/net/url_request/
url_request_context.h 105 return http_auth_handler_factory_;
108 http_auth_handler_factory_ = factory;
218 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::URLRequestContext
url_request_context_storage.h 75 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
url_request_context.cc 22 http_auth_handler_factory_(NULL),
url_request_context_storage.cc 60 http_auth_handler_factory_.reset(http_auth_handler_factory);
  /external/chromium_org/chrome/browser/net/
connection_tester_unittest.cc 117 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_; member in class:__anon7762::ConnectionTesterTest
130 &http_auth_handler_factory_);
138 session_params.http_auth_handler_factory = &http_auth_handler_factory_;
  /external/chromium_org/net/url_request/
url_request_context.h 120 return http_auth_handler_factory_;
123 http_auth_handler_factory_ = factory;
215 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::URLRequestContext
url_request_context.cc 25 http_auth_handler_factory_(NULL),
47 set_http_auth_handler_factory(other->http_auth_handler_factory_);
url_request_context_storage.h 84 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
url_request_context_storage.cc 66 http_auth_handler_factory_.reset(http_auth_handler_factory);
  /external/chromium/net/http/
http_network_session.h 118 return http_auth_handler_factory_;
162 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
http_auth_controller.h 160 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
http_network_session.cc 29 http_auth_handler_factory_(params.http_auth_handler_factory),
http_proxy_client_socket_pool.h 63 return http_auth_handler_factory_;
88 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpProxySocketParams
http_auth_controller.cc 164 http_auth_handler_factory_(http_auth_handler_factory),
225 int rv_create = http_auth_handler_factory_->
321 HttpAuth::ChooseBestChallenge(http_auth_handler_factory_,
http_proxy_client_socket_pool_unittest.cc 78 http_auth_handler_factory_(
186 params.http_auth_handler_factory = http_auth_handler_factory_.get();
205 const scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::HttpProxyClientSocketPoolTest
  /external/chromium_org/net/http/
http_auth_controller.h 161 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
http_network_session.h 133 return http_auth_handler_factory_;
187 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
http_proxy_client_socket_pool.h 67 return http_auth_handler_factory_;
87 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpProxySocketParams
http_auth_controller.cc 166 http_auth_handler_factory_(http_auth_handler_factory) {
219 int rv_create = http_auth_handler_factory_->
320 HttpAuth::ChooseBestChallenge(http_auth_handler_factory_,
http_network_session.cc 98 http_auth_handler_factory_(params.http_auth_handler_factory),
  /external/chromium/net/socket_stream/
socket_stream.cc 56 http_auth_handler_factory_(NULL),
124 http_auth_handler_factory_ = context_->http_auth_handler_factory();
603 int rv_create = http_auth_handler_factory_->
962 HttpAuth::ChooseBestChallenge(http_auth_handler_factory_, headers,
    [all...]
socket_stream.h 281 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::SocketStream
  /external/chromium/net/socket/
ssl_client_socket_pool_unittest.cc 43 http_auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault(
139 params.http_auth_handler_factory = http_auth_handler_factory_.get();
148 const scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::__anon5616::SSLClientSocketPoolTest
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 83 http_auth_handler_factory_(
190 params.http_auth_handler_factory = http_auth_handler_factory_.get();
206 const scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::__anon11381::SSLClientSocketPoolTest
    [all...]

Completed in 1844 milliseconds

1 2