OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllowsDefaultCredentials
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/http/
http_auth_handler.cc
73
DCHECK(username != NULL ||
AllowsDefaultCredentials
());
89
bool HttpAuthHandler::
AllowsDefaultCredentials
() {
http_auth_handler_ntlm_win.cc
37
bool HttpAuthHandlerNTLM::
AllowsDefaultCredentials
() {
http_auth_handler_negotiate.cc
170
bool HttpAuthHandlerNegotiate::
AllowsDefaultCredentials
() {
190
if (!
AllowsDefaultCredentials
())
http_auth_handler_ntlm_portable.cc
657
bool HttpAuthHandlerNTLM::
AllowsDefaultCredentials
() {
/external/chromium_org/net/http/
http_auth_handler.cc
68
DCHECK(credentials != NULL ||
AllowsDefaultCredentials
());
87
bool HttpAuthHandler::
AllowsDefaultCredentials
() {
http_auth_handler_ntlm_win.cc
37
bool HttpAuthHandlerNTLM::
AllowsDefaultCredentials
() {
http_auth_handler_mock.cc
94
bool HttpAuthHandlerMock::
AllowsDefaultCredentials
() {
http_auth_handler_negotiate.cc
173
bool HttpAuthHandlerNegotiate::
AllowsDefaultCredentials
() {
197
if (!
AllowsDefaultCredentials
())
http_auth_handler_ntlm_portable.cc
644
bool HttpAuthHandlerNTLM::
AllowsDefaultCredentials
() {
/external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.cc
89
bool HttpAuthHandlerSpdyProxy::
AllowsDefaultCredentials
() {
Completed in 78 milliseconds