Searched refs:http_auth_handler_factory (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory_unittest.cc9 #include "net/http/http_auth_handler_factory.h"
102 scoped_ptr<HttpAuthHandlerRegistryFactory> http_auth_handler_factory(
104 http_auth_handler_factory->SetURLSecurityManager(
110 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
126 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
137 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
153 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
169 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
H A Dhttp_auth.cc15 #include "net/http/http_auth_handler_factory.h"
26 HttpAuthHandlerFactory* http_auth_handler_factory,
33 DCHECK(http_auth_handler_factory);
43 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
25 ChooseBestChallenge( HttpAuthHandlerFactory* http_auth_handler_factory, const HttpResponseHeaders* headers, Target target, const GURL& origin, const std::set<Scheme>& disabled_schemes, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
H A Dhttp_auth.h135 HttpAuthHandlerFactory* http_auth_handler_factory,
H A Dhttp_auth_controller.h40 HttpAuthHandlerFactory* http_auth_handler_factory);
H A Dhttp_auth_unittest.cc17 #include "net/http/http_auth_handler_factory.h"
127 scoped_ptr<HttpAuthHandlerRegistryFactory> http_auth_handler_factory(
129 http_auth_handler_factory->SetURLSecurityManager(
140 HttpAuth::ChooseBestChallenge(http_auth_handler_factory.get(),
H A Dhttp_network_transaction_ssl_unittest.cc70 session_params_.http_auth_handler_factory = auth_handler_factory_.get();
H A Dhttp_proxy_client_socket_pool.cc38 HttpAuthHandlerFactory* http_auth_handler_factory,
49 http_auth_handler_factory_(tunnel ? http_auth_handler_factory : NULL),
293 params_->http_auth_handler_factory(),
361 params_->http_auth_handler_factory()));
31 HttpProxySocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, bool tunnel, ProxyDelegate* proxy_delegate) argument
H A Dhttp_network_session.cc15 #include "net/http/http_auth_handler_factory.h"
70 http_auth_handler_factory(NULL),
114 http_auth_handler_factory_(params.http_auth_handler_factory),
H A Dhttp_network_session.h75 HttpAuthHandlerFactory* http_auth_handler_factory; member in struct:net::HttpNetworkSession::Params
164 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool.h53 HttpAuthHandlerFactory* http_auth_handler_factory,
68 HttpAuthHandlerFactory* http_auth_handler_factory() const { function in class:net::HttpProxySocketParams
H A Dhttp_proxy_client_socket.h47 HttpAuthHandlerFactory* http_auth_handler_factory,
H A Dhttp_auth_controller.cc17 #include "net/http/http_auth_handler_factory.h"
158 HttpAuthHandlerFactory* http_auth_handler_factory)
166 http_auth_handler_factory_(http_auth_handler_factory) {
154 HttpAuthController( HttpAuth::Target target, const GURL& auth_url, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory) argument
H A Dhttp_proxy_client_socket.cc35 HttpAuthHandlerFactory* http_auth_handler_factory,
51 http_auth_handler_factory)
28 HttpProxyClientSocket( ClientSocketHandle* transport_socket, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, const HostPortPair& proxy_server, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, bool tunnel, bool using_spdy, NextProto protocol_negotiated, ProxyDelegate* proxy_delegate, bool is_https_proxy) argument
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc15 #include "net/http/http_auth_handler_factory.h"
65 HttpAuthHandlerFactory* http_auth_handler_factory) {
66 context_->set_http_auth_handler_factory(http_auth_handler_factory);
67 http_auth_handler_factory_.reset(http_auth_handler_factory);
64 set_http_auth_handler_factory( HttpAuthHandlerFactory* http_auth_handler_factory) argument
H A Durl_request_context_builder_unittest.cc11 #include "net/http/http_auth_handler_factory.h"
122 context->http_auth_handler_factory()->CreateAuthHandlerFromString(
130 context->http_auth_handler_factory()->CreateAuthHandlerFromString(
H A Durl_request_context_storage.h56 HttpAuthHandlerFactory* http_auth_handler_factory);
H A Durl_request_context.h126 HttpAuthHandlerFactory* http_auth_handler_factory() const { function in class:net::URLRequestContext
H A Durl_request_context_builder.cc22 #include "net/http/http_auth_handler_factory.h"
340 network_session_params.http_auth_handler_factory =
341 context->http_auth_handler_factory();
H A Durl_request_test_util.cc82 if (!http_auth_handler_factory()) {
107 params.http_auth_handler_factory = http_auth_handler_factory();
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc97 params->http_auth_handler_factory = context->http_auth_handler_factory();
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc25 #include "net/http/http_auth_handler_factory.h"
165 network_session_params.http_auth_handler_factory =
166 url_request_context_->http_auth_handler_factory();
/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.cc66 session_params.http_auth_handler_factory =
67 request_context->http_auth_handler_factory();
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc359 http_auth_handler_factory(
393 http_auth_handler_factory(
448 params.http_auth_handler_factory =
449 session_deps->http_auth_handler_factory.get();
493 params.http_auth_handler_factory = http_auth_handler_factory();
/external/chromium_org/chrome/browser/net/
H A Dconnection_tester.cc25 #include "net/http/http_auth_handler_factory.h"
130 session_params.http_auth_handler_factory = http_auth_handler_factory();
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc16 #include "net/http/http_auth_handler_factory.h"
95 params_.http_auth_handler_factory = auth_handler_factory_.get();

Completed in 5425 milliseconds

123