Searched defs:http_auth_handler_factory_ (Results 1 - 17 of 17) 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_org/net/url_request/
H A Durl_request_context_storage.h84 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
H A Durl_request_context.h123 return http_auth_handler_factory_;
126 http_auth_handler_factory_ = factory;
225 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_org/chrome/browser/net/
H A Dconnection_tester_unittest.cc117 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_; member in class:__anon5581::ConnectionTesterTest
130 &http_auth_handler_factory_);
138 session_params.http_auth_handler_factory = &http_auth_handler_factory_;
/external/chromium_org/net/http/
H A Dhttp_auth_controller.h162 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
H A Dhttp_proxy_client_socket_pool.h67 return http_auth_handler_factory_;
87 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpProxySocketParams
H A Dhttp_network_session.h134 return http_auth_handler_factory_;
188 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
/external/chromium/chrome/browser/net/
H A Dconnection_tester_unittest.cc111 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_; member in class:__anon2289::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::__anon3213::SSLClientSocketPoolTest
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc83 http_auth_handler_factory_(
187 params.http_auth_handler_factory = http_auth_handler_factory_.get();
203 const scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::__anon9669::SSLClientSocketPoolTest
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc192 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:gcm::__anon8807::MCSProbe
293 http_auth_handler_factory_.reset(
314 session_params.http_auth_handler_factory = http_auth_handler_factory_.get();
/external/chromium/net/socket_stream/
H A Dsocket_stream.h281 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::SocketStream

Completed in 7854 milliseconds