OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedsIdentity
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium/net/http/
http_auth_handler_ntlm_win.cc
33
bool HttpAuthHandlerNTLM::
NeedsIdentity
() {
34
return auth_sspi_.
NeedsIdentity
();
http_auth_handler.h
128
virtual bool
NeedsIdentity
();
http_auth_handler_mock.h
84
virtual bool
NeedsIdentity
();
http_auth_handler.cc
85
bool HttpAuthHandler::
NeedsIdentity
() {
http_auth_handler_ntlm.h
109
virtual bool
NeedsIdentity
();
http_auth_handler_negotiate.h
111
virtual bool
NeedsIdentity
();
http_auth_handler_negotiate.cc
166
bool HttpAuthHandlerNegotiate::
NeedsIdentity
() {
167
return auth_system_.
NeedsIdentity
();
http_auth_handler_mock.cc
83
bool HttpAuthHandlerMock::
NeedsIdentity
() {
http_auth_sspi_win.h
132
bool
NeedsIdentity
() const;
http_auth_gssapi_posix.h
225
bool
NeedsIdentity
() const;
http_auth_handler_digest_unittest.cc
365
EXPECT_TRUE(handler->
NeedsIdentity
());
http_auth_sspi_win.cc
209
bool HttpAuthSSPI::
NeedsIdentity
() const {
/external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc
33
bool HttpAuthHandlerNTLM::
NeedsIdentity
() {
34
return auth_sspi_.
NeedsIdentity
();
http_auth_handler.h
128
virtual bool
NeedsIdentity
();
http_auth_handler.cc
83
bool HttpAuthHandler::
NeedsIdentity
() {
http_auth_handler_mock.h
92
virtual bool
NeedsIdentity
() OVERRIDE;
http_auth_handler_negotiate.h
111
virtual bool
NeedsIdentity
() OVERRIDE;
http_auth_handler_ntlm.h
107
virtual bool
NeedsIdentity
() OVERRIDE;
http_auth_handler_negotiate.cc
169
bool HttpAuthHandlerNegotiate::
NeedsIdentity
() {
170
return auth_system_.
NeedsIdentity
();
http_auth_handler_mock.cc
90
bool HttpAuthHandlerMock::
NeedsIdentity
() {
http_auth_sspi_win.h
132
bool
NeedsIdentity
() const;
http_auth_gssapi_posix.h
238
bool
NeedsIdentity
() const;
http_auth_handler_digest_unittest.cc
378
EXPECT_TRUE(handler->
NeedsIdentity
());
/external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h
47
virtual bool
NeedsIdentity
() OVERRIDE;
http_auth_handler_spdyproxy.cc
85
bool HttpAuthHandlerSpdyProxy::
NeedsIdentity
() {
Completed in 190 milliseconds
1
2