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

1 2 3 4

  /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());
  /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::__anon2825::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,
  /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_controller.h 40 HttpAuthHandlerFactory* http_auth_handler_factory);
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
  /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_storage.h 55 HttpAuthHandlerFactory* 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_org/chrome/service/net/
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/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/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/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();

Completed in 1419 milliseconds

1 2 3 4