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

  /external/chromium_org/chrome/browser/android/
intercept_download_resource_throttle.cc 57 if (request_->response_info().did_use_http_auth) {
  /external/chromium_org/net/http/
http_response_info.cc 105 did_use_http_auth(false),
117 did_use_http_auth(rhs.did_use_http_auth),
142 did_use_http_auth = rhs.did_use_http_auth;
278 did_use_http_auth = (flags & RESPONSE_INFO_USE_HTTP_AUTHENTICATION) != 0;
309 if (did_use_http_auth)
http_response_info.h 94 bool did_use_http_auth; member in class:net::HttpResponseInfo
http_network_transaction.cc 890 response_.did_use_http_auth =
    [all...]

Completed in 228 milliseconds