Home | History | Annotate | Download | only in http

Lines Matching refs:Scheme

30   // authentication scheme, but none of the tokens occuring after the
31 // authentication scheme. |target| and |origin| are both stored
49 // authentication scheme, but none of the tokens occuring after the
50 // authentication scheme.
78 // The authentication scheme as an enumerated value.
79 HttpAuth::Scheme auth_scheme() const {
104 // that this HttpAuthHandler is handling. The URL includes scheme, host, and
110 // Returns true if the authentication scheme does not send the username and
116 // Returns true if the authentication scheme is connection-based, for
117 // example, NTLM. A connection-based authentication scheme does not support
127 // sequence used by a connection-based authentication scheme.
145 // authentication scheme, but none of the tokens occuring after the
146 // authentication scheme.
151 // |GenerateAuthTokenImpl()} is the auth-scheme specific implementation
160 // The auth-scheme as an enumerated value.
161 HttpAuth::Scheme auth_scheme_;
169 // The {scheme, host, port} for the authentication target. Used by "ntlm"
180 // A bitmask of the properties of the authentication scheme.