Searched refs:AllowsExplicitCredentials (Results 1 – 14 of 14) sorted by relevance
141 virtual bool AllowsExplicitCredentials();
181 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerNegotiate182 return auth_system_.AllowsExplicitCredentials(); in AllowsExplicitCredentials()
92 bool HttpAuthHandler::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandler
94 virtual bool AllowsExplicitCredentials() OVERRIDE;
113 virtual bool AllowsExplicitCredentials() OVERRIDE;
136 bool AllowsExplicitCredentials() const;
99 bool HttpAuthHandlerMock::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerMock
155 !AllowsExplicitCredentials() || in TEST()
242 bool AllowsExplicitCredentials() const;
214 bool HttpAuthSSPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthSSPI
362 if (!handler_->AllowsExplicitCredentials()) { in HandleAuthChallenge()
679 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthGSSAPI
52 virtual bool AllowsExplicitCredentials() OVERRIDE;
107 bool HttpAuthHandlerDataReductionProxy::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in data_reduction_proxy::HttpAuthHandlerDataReductionProxy