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

  /external/chromium/net/http/
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.h 279 HttpAuth::Identity auth_identity_; member in class:net::SocketStream

Completed in 23 milliseconds