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

  /external/chromium_org/net/http/
http_network_transaction.cc 130 : pending_auth_target_(HttpAuth::AUTH_NONE),
246 HttpAuth::Target target = pending_auth_target_;
251 pending_auth_target_ = HttpAuth::AUTH_NONE;
337 return pending_auth_target_ != HttpAuth::AUTH_NONE &&
338 HaveAuth(pending_auth_target_);
549 pending_auth_target_ = HttpAuth::AUTH_PROXY;
    [all...]
http_network_transaction.h 244 // May update |pending_auth_target_| or |response_.auth_challenge|.
265 // not waiting for any auth at all. |pending_auth_target_| is read and
267 HttpAuth::Target pending_auth_target_; member in class:net::HttpNetworkTransaction

Completed in 148 milliseconds