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

  /external/chromium/net/spdy/
spdy_test_util.h 14 #include "net/http/http_auth_handler_factory.h"
351 // NOTE: host_resolver must be ordered before http_auth_handler_factory.
358 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; member in class:net::SpdySessionDependencies
  /external/chromium/chrome/browser/
io_thread.h 61 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:IOThread::Globals
  /external/chromium/net/http/
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_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::__anon5073::SessionDependencies
85 params.http_auth_handler_factory =
86 session_deps->http_auth_handler_factory.get();
http_network_transaction_unittest.cc 81 http_auth_handler_factory(
91 http_auth_handler_factory(
100 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:net::SessionDependencies
111 params.http_auth_handler_factory =
112 session_deps->http_auth_handler_factory.get();
    [all...]
  /external/chromium/net/url_request/
url_request_context.h 104 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::URLRequestContext

Completed in 109 milliseconds