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

  /external/chromium/net/url_request/
url_request_context_storage.h 75 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
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
  /external/chromium_org/net/url_request/
url_request_context_storage.h 84 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
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
  /external/chromium/net/http/
http_auth_controller.h 160 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
http_network_session.h 118 return http_auth_handler_factory_;
162 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
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_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/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/http/
http_auth_controller.h 161 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
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_network_session.h 133 return http_auth_handler_factory_;
187 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
  /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/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...]
  /external/chromium/net/socket_stream/
socket_stream.h 281 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::SocketStream

Completed in 436 milliseconds