Searched refs:did_use_http_auth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_response_info.cc101 did_use_http_auth(false),
112 did_use_http_auth(rhs.did_use_http_auth),
136 did_use_http_auth = rhs.did_use_http_auth;
256 did_use_http_auth = (flags & RESPONSE_INFO_USE_HTTP_AUTHENTICATION) != 0;
287 if (did_use_http_auth)
H A Dhttp_response_info.h91 bool did_use_http_auth; member in class:net::HttpResponseInfo
H A Dhttp_network_transaction.cc800 response_.did_use_http_auth =
/external/chromium_org/chrome/browser/android/
H A Dintercept_download_resource_throttle.cc38 request_->response_info().did_use_http_auth)

Completed in 122 milliseconds