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

1 2

  /external/chromium_org/net/http/
http_auth_handler_factory.h 27 // An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
28 // The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
30 class NET_EXPORT HttpAuthHandlerFactory {
37 HttpAuthHandlerFactory() : url_security_manager_(NULL) {}
38 virtual ~HttpAuthHandlerFactory() {}
40 // Sets an URL security manager. HttpAuthHandlerFactory doesn't own the URL
124 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerFactory);
130 : public HttpAuthHandlerFactory {
148 HttpAuthHandlerFactory* factory);
155 HttpAuthHandlerFactory* GetSchemeFactory(const std::string& scheme) const
    [all...]
http_auth_controller.h 26 class HttpAuthHandlerFactory;
40 HttpAuthHandlerFactory* http_auth_handler_factory);
162 HttpAuthHandlerFactory* const http_auth_handler_factory_;
http_auth_handler_basic.h 19 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
http_auth.h 22 class HttpAuthHandlerFactory;
135 HttpAuthHandlerFactory* http_auth_handler_factory,
http_network_session.h 39 class HttpAuthHandlerFactory;
75 HttpAuthHandlerFactory* http_auth_handler_factory;
164 HttpAuthHandlerFactory* http_auth_handler_factory() {
224 HttpAuthHandlerFactory* const http_auth_handler_factory_;
http_auth_handler_factory.cc 22 int HttpAuthHandlerFactory::CreateAuthHandlerFromString(
33 int HttpAuthHandlerFactory::CreatePreemptiveAuthHandlerFromString(
46 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault(
99 HttpAuthHandlerFactory* factory = GetSchemeFactory(scheme);
106 HttpAuthHandlerFactory* factory) {
118 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory(
http_auth_handler_mock.h 33 class Factory : public HttpAuthHandlerFactory {
44 // HttpAuthHandlerFactory:
http_proxy_client_socket_pool.h 30 class HttpAuthHandlerFactory;
53 HttpAuthHandlerFactory* http_auth_handler_factory,
68 HttpAuthHandlerFactory* http_auth_handler_factory() const {
93 HttpAuthHandlerFactory* const http_auth_handler_factory_;
http_auth_handler_ntlm.h 39 class Factory : public HttpAuthHandlerFactory {
http_auth_handler_digest.h 59 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
http_auth_handler_negotiate.h 43 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
http_proxy_client_socket.h 47 HttpAuthHandlerFactory* http_auth_handler_factory,
http_auth_handler_factory_unittest.cc 18 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
103 HttpAuthHandlerFactory::CreateDefault(host_resolver.get()));
http_auth.cc 26 HttpAuthHandlerFactory* http_auth_handler_factory,
http_auth_unittest.cc 128 HttpAuthHandlerFactory::CreateDefault(host_resolver.get()));
  /external/chromium_org/net/url_request/
url_request_context_storage.h 21 class HttpAuthHandlerFactory;
56 HttpAuthHandlerFactory* http_auth_handler_factory);
86 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
url_request_context_builder.h 36 class HttpAuthHandlerFactory;
142 net::HttpAuthHandlerFactory* factory) {
178 net::HttpAuthHandlerFactory* factory);
182 net::HttpAuthHandlerFactory* factory;
url_request_context.h 36 class HttpAuthHandlerFactory;
126 HttpAuthHandlerFactory* http_auth_handler_factory() const {
129 void set_http_auth_handler_factory(HttpAuthHandlerFactory* factory) {
229 HttpAuthHandlerFactory* http_auth_handler_factory_;
url_request_context_builder_unittest.cc 42 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
url_request_context_storage.cc 65 HttpAuthHandlerFactory* http_auth_handler_factory) {
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 89 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_;
  /external/chromium_org/chrome/browser/
io_thread.h 59 class HttpAuthHandlerFactory;
136 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
305 net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 53 HttpAuthHandlerFactory* auth_handler_factory);
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 81 HttpAuthHandlerFactory::CreateDefault(&host_resolver_)),
216 scoped_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 134 net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get()));

Completed in 1669 milliseconds

1 2