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

  /external/chromium/net/http/
http_network_transaction.cc 99 : pending_auth_target_(HttpAuth::AUTH_NONE),
213 HttpAuth::Target target = pending_auth_target_;
218 pending_auth_target_ = HttpAuth::AUTH_NONE;
300 return pending_auth_target_ != HttpAuth::AUTH_NONE &&
301 HaveAuth(pending_auth_target_);
438 pending_auth_target_ = HttpAuth::AUTH_PROXY;
    [all...]
http_network_transaction.h 205 // May update |pending_auth_target_| or |response_.auth_challenge|.
221 // not waiting for any auth at all. |pending_auth_target_| is read and
223 HttpAuth::Target pending_auth_target_; member in class:net::HttpNetworkTransaction

Completed in 9014 milliseconds