Searched defs:http_auth_handler_factory_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_context_storage.h75 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
H A Durl_request_context.h105 return http_auth_handler_factory_;
108 http_auth_handler_factory_ = factory;
218 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::URLRequestContext
/external/chromium/net/http/
H A Dhttp_auth_controller.h160 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
H A Dhttp_network_session.h118 return http_auth_handler_factory_;
162 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool.h63 return http_auth_handler_factory_;
88 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpProxySocketParams
H A Dhttp_proxy_client_socket_pool_unittest.cc78 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/chrome/browser/net/
H A Dconnection_tester_unittest.cc111 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_; member in class:__anon2122::ConnectionTesterTest
120 &http_auth_handler_factory_);
128 session_params.http_auth_handler_factory = &http_auth_handler_factory_;
/external/chromium/net/socket/
H A Dssl_client_socket_pool_unittest.cc43 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::__anon3046::SSLClientSocketPoolTest
/external/chromium/net/socket_stream/
H A Dsocket_stream.h281 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::SocketStream

Completed in 142 milliseconds