HomeSort by relevance Sort by last modified time
    Searched refs:pending_auth_target_ (Results 1 - 4 of 4) 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
  /external/chromium_org/net/http/
http_network_transaction.cc 120 : pending_auth_target_(HttpAuth::AUTH_NONE),
235 HttpAuth::Target target = pending_auth_target_;
240 pending_auth_target_ = HttpAuth::AUTH_NONE;
323 return pending_auth_target_ != HttpAuth::AUTH_NONE &&
324 HaveAuth(pending_auth_target_);
499 pending_auth_target_ = HttpAuth::AUTH_PROXY;
    [all...]
http_network_transaction.h 236 // May update |pending_auth_target_| or |response_.auth_challenge|.
252 // not waiting for any auth at all. |pending_auth_target_| is read and
254 HttpAuth::Target pending_auth_target_; member in class:net::HttpNetworkTransaction

Completed in 195 milliseconds