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
26
// An
HttpAuthHandlerFactory
is used to create HttpAuthHandler objects.
27
// The
HttpAuthHandlerFactory
object _must_ outlive any of the HttpAuthHandler
29
class
HttpAuthHandlerFactory
{
36
HttpAuthHandlerFactory
() : url_security_manager_(NULL) {}
37
virtual ~
HttpAuthHandlerFactory
() {}
39
// Sets an URL security manager.
HttpAuthHandlerFactory
doesn't own the URL
123
DISALLOW_COPY_AND_ASSIGN(
HttpAuthHandlerFactory
);
128
class HttpAuthHandlerRegistryFactory : public
HttpAuthHandlerFactory
{
146
HttpAuthHandlerFactory
* factory);
153
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
23
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
48
class
HttpAuthHandlerFactory
;
126
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;
/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
31
class
HttpAuthHandlerFactory
;
103
HttpAuthHandlerFactory
* http_auth_handler_factory() {
106
void set_http_auth_handler_factory(
HttpAuthHandlerFactory
* factory) {
217
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()));
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp
124
net::
HttpAuthHandlerFactory
::CreateDefault(m_hostResolver.get()),
Completed in 205 milliseconds
1
2