Home
last modified time | relevance | path

Searched refs:IsAuthSchemeDisabled (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_controller_unittest.cc82 controller->IsAuthSchemeDisabled(HttpAuth::AUTH_SCHEME_MOCK)); in RunSingleRoundAuthTest()
Dhttp_auth_controller.h72 virtual bool IsAuthSchemeDisabled(HttpAuth::Scheme scheme) const;
Dhttp_auth_controller.cc550 bool HttpAuthController::IsAuthSchemeDisabled(HttpAuth::Scheme scheme) const { in IsAuthSchemeDisabled() function in net::HttpAuthController