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

  /external/chromium/net/http/
http_network_transaction.h 224 const GURL& auth_origin);
229 const GURL& auth_origin);
236 const GURL& auth_origin);
http_network_transaction.cc 1801 GURL auth_origin = AuthOrigin(target); local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 847 GURL auth_origin(ProxyAuthOrigin());
849 LOG(INFO) << "The proxy " << auth_origin << " requested auth";
856 auth_cache_.Remove(auth_origin,
865 HttpAuth::ChooseBestChallenge(headers, HttpAuth::AUTH_PROXY, auth_origin,
868 LOG(ERROR) << "Can't perform auth to the proxy " << auth_origin;
873 auth_origin, auth_handler_->realm());

Completed in 28 milliseconds