OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpAuthHandlerRegistryFactory
(Results
1 - 13
of
13
) sorted by null
/external/chromium/net/http/
http_auth_handler_factory.h
25
class
HttpAuthHandlerRegistryFactory
;
109
// Creates a standard
HttpAuthHandlerRegistryFactory
. The caller is
116
//
HttpAuthHandlerRegistryFactory
and any HttpAuthHandlers created by said
118
static
HttpAuthHandlerRegistryFactory
* CreateDefault(HostResolver* resolver);
127
// The
HttpAuthHandlerRegistryFactory
dispatches create requests out
129
class NET_EXPORT
HttpAuthHandlerRegistryFactory
132
HttpAuthHandlerRegistryFactory
();
133
virtual ~
HttpAuthHandlerRegistryFactory
();
142
// will be managed by this
HttpAuthHandlerRegistryFactory
object (including
157
// Creates an
HttpAuthHandlerRegistryFactory
[
all
...]
http_auth_handler_factory.cc
42
HttpAuthHandlerRegistryFactory
* HttpAuthHandlerFactory::CreateDefault(
45
HttpAuthHandlerRegistryFactory
* registry_factory =
46
new
HttpAuthHandlerRegistryFactory
();
82
HttpAuthHandlerRegistryFactory
::
HttpAuthHandlerRegistryFactory
() {
85
HttpAuthHandlerRegistryFactory
::~
HttpAuthHandlerRegistryFactory
() {
90
void
HttpAuthHandlerRegistryFactory
::SetURLSecurityManager(
98
void
HttpAuthHandlerRegistryFactory
::RegisterSchemeFactory(
112
HttpAuthHandlerFactory*
HttpAuthHandlerRegistryFactory
::GetSchemeFactory
[
all
...]
http_auth_handler_factory_unittest.cc
42
HttpAuthHandlerRegistryFactory
registry_factory;
102
scoped_ptr<
HttpAuthHandlerRegistryFactory
> http_auth_handler_factory(
http_auth_unittest.cc
121
scoped_ptr<
HttpAuthHandlerRegistryFactory
> http_auth_handler_factory(
/external/chromium_org/net/http/
http_auth_handler_factory.h
24
class
HttpAuthHandlerRegistryFactory
;
108
// Creates a standard
HttpAuthHandlerRegistryFactory
. The caller is
115
//
HttpAuthHandlerRegistryFactory
and any HttpAuthHandlers created by said
117
static
HttpAuthHandlerRegistryFactory
* CreateDefault(HostResolver* resolver);
126
// The
HttpAuthHandlerRegistryFactory
dispatches create requests out
128
class NET_EXPORT
HttpAuthHandlerRegistryFactory
131
HttpAuthHandlerRegistryFactory
();
132
virtual ~
HttpAuthHandlerRegistryFactory
();
141
// will be managed by this
HttpAuthHandlerRegistryFactory
object (including
156
// Creates an
HttpAuthHandlerRegistryFactory
[
all
...]
http_auth_handler_factory.cc
45
HttpAuthHandlerRegistryFactory
* HttpAuthHandlerFactory::CreateDefault(
48
HttpAuthHandlerRegistryFactory
* registry_factory =
49
new
HttpAuthHandlerRegistryFactory
();
87
HttpAuthHandlerRegistryFactory
::
HttpAuthHandlerRegistryFactory
() {
90
HttpAuthHandlerRegistryFactory
::~
HttpAuthHandlerRegistryFactory
() {
95
void
HttpAuthHandlerRegistryFactory
::SetURLSecurityManager(
103
void
HttpAuthHandlerRegistryFactory
::RegisterSchemeFactory(
117
HttpAuthHandlerFactory*
HttpAuthHandlerRegistryFactory
::GetSchemeFactory
[
all
...]
http_auth_handler_factory_unittest.cc
42
HttpAuthHandlerRegistryFactory
registry_factory;
102
scoped_ptr<
HttpAuthHandlerRegistryFactory
> http_auth_handler_factory(
http_auth_unittest.cc
126
scoped_ptr<
HttpAuthHandlerRegistryFactory
> http_auth_handler_factory(
/external/chromium/chrome/browser/net/
connection_tester_unittest.cc
111
net::
HttpAuthHandlerRegistryFactory
http_auth_handler_factory_;
/external/chromium_org/chrome/browser/net/
connection_tester_unittest.cc
117
net::
HttpAuthHandlerRegistryFactory
http_auth_handler_factory_;
/external/chromium_org/net/url_request/
url_request_context_builder.cc
236
net::
HttpAuthHandlerRegistryFactory
::CreateDefault(
/external/chromium_org/chrome/browser/
io_thread.cc
[
all
...]
/external/chromium/chrome/browser/
io_thread.cc
578
return net::
HttpAuthHandlerRegistryFactory
::Create(
Completed in 3953 milliseconds