OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAuthSchemeDisabled
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
http_auth_controller.h
72
virtual bool
IsAuthSchemeDisabled
(HttpAuth::Scheme scheme) const;
http_auth_controller_unittest.cc
82
controller->
IsAuthSchemeDisabled
(HttpAuth::AUTH_SCHEME_MOCK));
http_auth_controller.cc
550
bool HttpAuthController::
IsAuthSchemeDisabled
(HttpAuth::Scheme scheme) const {
/external/chromium_org/net/http/
http_auth_controller.h
72
virtual bool
IsAuthSchemeDisabled
(HttpAuth::Scheme scheme) const;
http_auth_controller_unittest.cc
88
controller->
IsAuthSchemeDisabled
(HttpAuth::AUTH_SCHEME_MOCK));
230
EXPECT_TRUE(controller->
IsAuthSchemeDisabled
(HttpAuth::AUTH_SCHEME_MOCK));
231
EXPECT_FALSE(controller->
IsAuthSchemeDisabled
(HttpAuth::AUTH_SCHEME_BASIC));
http_auth_controller.cc
563
bool HttpAuthController::
IsAuthSchemeDisabled
(HttpAuth::Scheme scheme) const {
Completed in 55 milliseconds