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

1 2

  /external/chromium/net/url_request/
url_request_context_storage.cc 16 #include "net/http/http_auth_handler_factory.h"
58 HttpAuthHandlerFactory* http_auth_handler_factory) {
59 context_->set_http_auth_handler_factory(http_auth_handler_factory);
60 http_auth_handler_factory_.reset(http_auth_handler_factory);
url_request_context_storage.h 50 HttpAuthHandlerFactory* http_auth_handler_factory);
url_request_context.cc 42 set_http_auth_handler_factory(other->http_auth_handler_factory());
url_request_test_util.cc 85 params.http_auth_handler_factory = http_auth_handler_factory();
url_request_context.h 104 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::URLRequestContext
  /external/chromium/net/http/
http_auth_handler_factory_unittest.cc 9 #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(
http_network_session.h 55 http_auth_handler_factory(NULL),
67 HttpAuthHandlerFactory* http_auth_handler_factory; member in struct:net::HttpNetworkSession::Params
117 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::HttpNetworkSession
http_auth.cc 25 HttpAuthHandlerFactory* http_auth_handler_factory,
32 DCHECK(http_auth_handler_factory);
42 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
http_auth_controller.h 39 HttpAuthHandlerFactory* http_auth_handler_factory);
http_network_session.cc 14 #include "net/http/http_auth_handler_factory.h"
29 http_auth_handler_factory_(params.http_auth_handler_factory),
http_proxy_client_socket_pool.h 48 HttpAuthHandlerFactory* http_auth_handler_factory,
62 HttpAuthHandlerFactory* http_auth_handler_factory() const { function in class:net::HttpProxySocketParams
http_stream_factory_impl_unittest.cc 15 #include "net/http/http_auth_handler_factory.h"
65 http_auth_handler_factory(
74 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:net::__anon3726::SessionDependencies
85 params.http_auth_handler_factory =
86 session_deps->http_auth_handler_factory.get();
http_auth.h 135 HttpAuthHandlerFactory* http_auth_handler_factory,
http_proxy_client_socket.h 46 HttpAuthHandlerFactory* http_auth_handler_factory,
http_proxy_client_socket_pool.cc 37 HttpAuthHandlerFactory* http_auth_handler_factory,
47 http_auth_handler_factory_(tunnel ? http_auth_handler_factory : NULL),
287 params_->http_auth_handler_factory(),
367 params_->http_auth_handler_factory()));
http_auth_unittest.cc 16 #include "net/http/http_auth_handler_factory.h"
121 scoped_ptr<HttpAuthHandlerRegistryFactory> http_auth_handler_factory(
123 http_auth_handler_factory->SetURLSecurityManager(
134 HttpAuth::ChooseBestChallenge(http_auth_handler_factory.get(),
  /external/chromium/net/tools/fetch/
fetch_client.cc 20 #include "net/http/http_auth_handler_factory.h"
150 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory(
157 session_params.http_auth_handler_factory = http_auth_handler_factory.get();
  /external/chromium/chrome/browser/
io_thread.cc 47 #include "net/http/http_auth_handler_factory.h"
209 globals->http_auth_handler_factory.get());
231 globals->http_auth_handler_factory.get());
445 globals_->http_auth_handler_factory.reset(CreateDefaultAuthHandlerFactory(
455 session_params.http_auth_handler_factory =
456 globals_->http_auth_handler_factory.get();
663 system_params.http_auth_handler_factory =
664 globals_->http_auth_handler_factory.get();
io_thread.h 61 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:IOThread::Globals
  /external/chromium/chrome/browser/net/
connection_tester.cc 26 #include "net/http/http_auth_handler_factory.h"
80 session_params.http_auth_handler_factory = http_auth_handler_factory();
97 delete http_auth_handler_factory();
connection_tester_unittest.cc 15 #include "net/http/http_auth_handler_factory.h"
128 session_params.http_auth_handler_factory = &http_auth_handler_factory_;
  /external/chromium/net/spdy/
spdy_test_util.cc     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 78 #include <net/http/http_auth_handler_factory.h>
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 145 io_thread_globals->http_auth_handler_factory.get());
173 main_context->http_auth_handler_factory(),
profile_impl_io_data.cc 207 io_thread_globals->http_auth_handler_factory.get());
209 io_thread_globals->http_auth_handler_factory.get());
230 main_context->http_auth_handler_factory(),

Completed in 172 milliseconds

1 2