OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowsexplicitcredentials
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h
49
virtual bool
AllowsExplicitCredentials
() OVERRIDE;
http_auth_handler_spdyproxy.cc
93
bool HttpAuthHandlerSpdyProxy::
AllowsExplicitCredentials
() {
/external/chromium_org/net/http/
http_auth_handler_mock.h
94
virtual bool
AllowsExplicitCredentials
() OVERRIDE;
http_auth_handler.cc
91
bool HttpAuthHandler::
AllowsExplicitCredentials
() {
http_auth_handler_mock.cc
98
bool HttpAuthHandlerMock::
AllowsExplicitCredentials
() {
http_auth_handler_negotiate.h
113
virtual bool
AllowsExplicitCredentials
() OVERRIDE;
http_auth_handler_negotiate.cc
181
bool HttpAuthHandlerNegotiate::
AllowsExplicitCredentials
() {
182
return auth_system_.
AllowsExplicitCredentials
();
http_auth_controller_unittest.cc
154
!
AllowsExplicitCredentials
() ||
http_auth_gssapi_posix.h
240
bool
AllowsExplicitCredentials
() const;
http_auth_sspi_win.h
134
bool
AllowsExplicitCredentials
() const;
http_auth_handler.h
140
virtual bool
AllowsExplicitCredentials
();
http_auth_sspi_win.cc
213
bool HttpAuthSSPI::
AllowsExplicitCredentials
() const {
http_auth_controller.cc
362
if (!handler_->
AllowsExplicitCredentials
()) {
http_auth_gssapi_posix.cc
678
bool HttpAuthGSSAPI::
AllowsExplicitCredentials
() const {
Completed in 121 milliseconds