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

1 2 3 4 5

  /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.cc 42 set_http_auth_handler_factory(other->http_auth_handler_factory());
url_request_context_storage.h 50 HttpAuthHandlerFactory* http_auth_handler_factory);
  /external/chromium_org/net/url_request/
url_request_context_storage.cc 14 #include "net/http/http_auth_handler_factory.h"
64 HttpAuthHandlerFactory* http_auth_handler_factory) {
65 context_->set_http_auth_handler_factory(http_auth_handler_factory);
66 http_auth_handler_factory_.reset(http_auth_handler_factory);
url_request_context_builder.cc 22 #include "net/http/http_auth_handler_factory.h"
265 network_session_params.http_auth_handler_factory =
266 context->http_auth_handler_factory();
  /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.cc 14 #include "net/http/http_auth_handler_factory.h"
29 http_auth_handler_factory_(params.http_auth_handler_factory),
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_handler_basic.h 13 #include "net/http/http_auth_handler_factory.h"
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::__anon2825::SessionDependencies
85 params.http_auth_handler_factory =
86 session_deps->http_auth_handler_factory.get();
http_auth_handler_mock.h 15 #include "net/http/http_auth_handler_factory.h"
http_auth.cc 25 HttpAuthHandlerFactory* http_auth_handler_factory,
32 DCHECK(http_auth_handler_factory);
42 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
  /external/chromium_org/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_auth.cc 14 #include "net/http/http_auth_handler_factory.h"
25 HttpAuthHandlerFactory* http_auth_handler_factory,
32 DCHECK(http_auth_handler_factory);
42 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
http_auth_handler_basic.h 12 #include "net/http/http_auth_handler_factory.h"
http_network_session.h 69 HttpAuthHandlerFactory* http_auth_handler_factory; member in struct:net::HttpNetworkSession::Params
133 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::HttpNetworkSession
http_auth_handler_mock.h 13 #include "net/http/http_auth_handler_factory.h"
http_network_session.cc 15 #include "net/http/http_auth_handler_factory.h"
65 http_auth_handler_factory(NULL),
100 http_auth_handler_factory_(params.http_auth_handler_factory),
  /external/chromium_org/remoting/base/
url_request_context.cc 10 #include "net/http/http_auth_handler_factory.h"
105 session_params.http_auth_handler_factory = http_auth_handler_factory();
  /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_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h 13 #include "net/http/http_auth_handler_factory.h"
  /external/chromium_org/chrome/service/net/
service_url_request_context.h 15 #include "net/http/http_auth_handler_factory.h"
service_url_request_context.cc 20 #include "net/http/http_auth_handler_factory.h"
131 session_params.http_auth_handler_factory = http_auth_handler_factory();
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 22 #include "net/http/http_auth_handler_factory.h"
160 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory(
169 session_params.http_auth_handler_factory = http_auth_handler_factory.get();
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 24 #include "net/http/http_auth_handler_factory.h"
161 network_session_params.http_auth_handler_factory =
162 url_request_context_->http_auth_handler_factory();

Completed in 1076 milliseconds

1 2 3 4 5