Searched refs:HttpAuthNegotiateAndroid (Results 1 – 4 of 4) sorted by relevance
60 HttpAuthNegotiateAndroid::HttpAuthNegotiateAndroid( in HttpAuthNegotiateAndroid() function in net::android::HttpAuthNegotiateAndroid68 HttpAuthNegotiateAndroid::~HttpAuthNegotiateAndroid() = default;70 bool HttpAuthNegotiateAndroid::Init(const NetLogWithSource& net_log) { in Init()74 bool HttpAuthNegotiateAndroid::NeedsIdentity() const { in NeedsIdentity()78 bool HttpAuthNegotiateAndroid::AllowsExplicitCredentials() const { in AllowsExplicitCredentials()82 HttpAuth::AuthorizationResult HttpAuthNegotiateAndroid::ParseChallenge( in ParseChallenge()94 int HttpAuthNegotiateAndroid::GenerateAuthTokenAndroid( in GenerateAuthTokenAndroid()104 int HttpAuthNegotiateAndroid::GenerateAuthToken( in GenerateAuthToken()125 base::BindOnce(&HttpAuthNegotiateAndroid::SetResultInternal, in GenerateAuthToken()149 void HttpAuthNegotiateAndroid::SetDelegation( in SetDelegation()[all …]
66 class NET_EXPORT_PRIVATE HttpAuthNegotiateAndroid : public HttpAuthMechanism {71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs);72 HttpAuthNegotiateAndroid(const HttpAuthNegotiateAndroid&) = delete;73 HttpAuthNegotiateAndroid& operator=(const HttpAuthNegotiateAndroid&) = delete;74 ~HttpAuthNegotiateAndroid() override;121 base::WeakPtrFactory<HttpAuthNegotiateAndroid> weak_factory_{this};
34 HttpAuthNegotiateAndroid auth(&prefs); in TEST()52 HttpAuthNegotiateAndroid auth(&prefs); in TEST()66 HttpAuthNegotiateAndroid auth(&prefs); in TEST()80 HttpAuthNegotiateAndroid auth(&prefs); in TEST()100 HttpAuthNegotiateAndroid auth(&prefs); in TEST()
62 return std::make_unique<net::android::HttpAuthNegotiateAndroid>(prefs); in CreateAuthSystem()