OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpAuthHandlerFactory
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium/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
;
39
HttpAuthHandlerFactory
* http_auth_handler_factory);
160
HttpAuthHandlerFactory
* const http_auth_handler_factory_;
http_auth_handler_basic.h
20
class Factory : public
HttpAuthHandlerFactory
{
http_network_layer.h
24
class
HttpAuthHandlerFactory
;
http_network_session.h
31
class
HttpAuthHandlerFactory
;
67
HttpAuthHandlerFactory
* http_auth_handler_factory;
117
HttpAuthHandlerFactory
* http_auth_handler_factory() {
162
HttpAuthHandlerFactory
* const http_auth_handler_factory_;
http_proxy_client_socket_pool.h
27
class
HttpAuthHandlerFactory
;
48
HttpAuthHandlerFactory
* http_auth_handler_factory,
62
HttpAuthHandlerFactory
* http_auth_handler_factory() const {
88
HttpAuthHandlerFactory
* const http_auth_handler_factory_;
http_auth_handler_factory.cc
18
int
HttpAuthHandlerFactory
::CreateAuthHandlerFromString(
29
int
HttpAuthHandlerFactory
::CreatePreemptiveAuthHandlerFromString(
42
HttpAuthHandlerRegistryFactory*
HttpAuthHandlerFactory
::CreateDefault(
93
HttpAuthHandlerFactory
* factory = GetSchemeFactory(scheme);
100
HttpAuthHandlerFactory
* factory) {
112
HttpAuthHandlerFactory
* HttpAuthHandlerRegistryFactory::GetSchemeFactory(
http_auth.h
22
class
HttpAuthHandlerFactory
;
135
HttpAuthHandlerFactory
* http_auth_handler_factory,
http_auth_handler_mock.h
34
class Factory : public
HttpAuthHandlerFactory
{
45
//
HttpAuthHandlerFactory
:
http_auth_handler_ntlm.h
40
class Factory : public
HttpAuthHandlerFactory
{
http_auth_handler_digest.h
60
class Factory : public
HttpAuthHandlerFactory
{
http_auth_handler_negotiate.h
44
class Factory : public
HttpAuthHandlerFactory
{
http_proxy_client_socket.h
46
HttpAuthHandlerFactory
* http_auth_handler_factory,
http_auth_handler_factory_unittest.cc
18
class MockHttpAuthHandlerFactory : public
HttpAuthHandlerFactory
{
103
HttpAuthHandlerFactory
::CreateDefault(host_resolver.get()));
http_cache.h
49
class
HttpAuthHandlerFactory
;
127
HttpAuthHandlerFactory
* http_auth_handler_factory,
http_auth.cc
25
HttpAuthHandlerFactory
* http_auth_handler_factory,
http_stream_factory_impl_unittest.cc
66
HttpAuthHandlerFactory
::CreateDefault(host_resolver.get())),
74
scoped_ptr<
HttpAuthHandlerFactory
> http_auth_handler_factory;
http_proxy_client_socket_pool_unittest.cc
79
HttpAuthHandlerFactory
::CreateDefault(&host_resolver_)),
205
const scoped_ptr<
HttpAuthHandlerFactory
> http_auth_handler_factory_;
/external/chromium/net/url_request/
url_request_context_storage.h
22
class
HttpAuthHandlerFactory
;
50
HttpAuthHandlerFactory
* http_auth_handler_factory);
75
scoped_ptr<
HttpAuthHandlerFactory
> http_auth_handler_factory_;
url_request_context.h
32
class
HttpAuthHandlerFactory
;
104
HttpAuthHandlerFactory
* http_auth_handler_factory() {
107
void set_http_auth_handler_factory(
HttpAuthHandlerFactory
* factory) {
218
HttpAuthHandlerFactory
* http_auth_handler_factory_;
url_request_context_storage.cc
58
HttpAuthHandlerFactory
* http_auth_handler_factory) {
/external/chromium/chrome/browser/
io_thread.h
37
class
HttpAuthHandlerFactory
;
61
scoped_ptr<net::
HttpAuthHandlerFactory
> http_auth_handler_factory;
141
net::
HttpAuthHandlerFactory
* CreateDefaultAuthHandlerFactory(
/external/chromium/net/spdy/
spdy_proxy_client_socket.h
52
HttpAuthHandlerFactory
* auth_handler_factory);
/external/chromium/net/socket_stream/
socket_stream.h
36
class
HttpAuthHandlerFactory
;
281
HttpAuthHandlerFactory
* http_auth_handler_factory_;
/external/chromium/net/tools/fetch/
fetch_client.cc
150
scoped_ptr<net::
HttpAuthHandlerFactory
> http_auth_handler_factory(
151
net::
HttpAuthHandlerFactory
::CreateDefault(host_resolver.get()));
Completed in 909 milliseconds
1
2