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

  /external/chromium_org/net/http/
http_auth_controller.cc 161 auth_origin_(auth_url.GetOrigin()),
213 auth_origin_, auth_path_);
221 auth_origin_,
255 DCHECK(auth_origin_.is_valid());
257 << auth_origin_ << " requested auth "
283 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_,
323 auth_origin_,
335 << auth_origin_ << " when establishing a tunnel"
416 http_auth_cache_->Add(auth_origin_, handler_->realm(),
451 http_auth_cache_->Remove(auth_origin_, handler_->realm()
    [all...]
http_auth_controller.h 126 const GURL auth_origin_; member in class:net::HttpAuthController

Completed in 190 milliseconds