HomeSort by relevance Sort by last modified time
    Searched refs:auth_identity_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_network_transaction.cc 227 DCHECK(auth_identity_[target].invalid ||
230 if (auth_identity_[target].invalid) {
232 auth_identity_[target].source = HttpAuth::IDENT_SRC_EXTERNAL;
233 auth_identity_[target].invalid = false;
234 auth_identity_[target].username = username;
235 auth_identity_[target].password = password;
250 DCHECK(auth_identity_[target].source != HttpAuth::IDENT_SRC_PATH_LOOKUP);
257 // If auth_identity_[target].source is HttpAuth::IDENT_SRC_NONE,
258 // auth_identity_[target] contains no identity because identity is not
266 auth_identity_[target].source != HttpAuth::IDENT_SRC_NONE
    [all...]
http_network_transaction.h 227 // The identity that was rejected is auth_identity_[target].
231 // Sets auth_identity_[target] to the next identity that the transaction
239 // If such an entry is found, updates auth_identity_[target] and
244 return auth_handler_[target].get() && !auth_identity_[target].invalid;
269 // auth_identity_ holds the (username/password) that should be used by
272 HttpAuth::Identity auth_identity_[2]; member in class:net::HttpNetworkTransaction
  /external/chromium/net/socket_stream/
socket_stream.cc 197 if (auth_identity_.invalid) {
199 auth_identity_.source = HttpAuth::IDENT_SRC_EXTERNAL;
200 auth_identity_.invalid = false;
201 auth_identity_.username = username;
202 auth_identity_.password = password;
547 auth_identity_.source = HttpAuth::IDENT_SRC_PATH_LOOKUP;
548 auth_identity_.invalid = false;
549 auth_identity_.username = entry->username();
550 auth_identity_.password = entry->password();
560 auth_identity_.username
    [all...]
socket_stream.h 279 HttpAuth::Identity auth_identity_; member in class:net::SocketStream

Completed in 121 milliseconds