OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpAuthHandlerRegistryFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_auth_handler_factory.cc
46
HttpAuthHandlerRegistryFactory
* HttpAuthHandlerFactory::CreateDefault(
49
HttpAuthHandlerRegistryFactory
* registry_factory =
50
new
HttpAuthHandlerRegistryFactory
();
88
HttpAuthHandlerRegistryFactory
::
HttpAuthHandlerRegistryFactory
() {
91
HttpAuthHandlerRegistryFactory
::~
HttpAuthHandlerRegistryFactory
() {
96
void
HttpAuthHandlerRegistryFactory
::SetURLSecurityManager(
104
void
HttpAuthHandlerRegistryFactory
::RegisterSchemeFactory(
118
HttpAuthHandlerFactory*
HttpAuthHandlerRegistryFactory
::GetSchemeFactory
[
all
...]
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
...]
Completed in 80 milliseconds