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

  /external/chromium/net/http/
http_auth_controller.cc 159 auth_origin_(auth_url.GetOrigin()),
219 auth_origin_, auth_path_);
227 auth_origin_,
262 DCHECK(auth_origin_.is_valid());
264 << auth_origin_ << " requested auth "
286 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_,
322 headers, target_, auth_origin_,
333 << auth_origin_ << " when establishing a tunnel"
403 http_auth_cache_->Add(auth_origin_, handler_->realm(),
436 http_auth_cache_->Remove(auth_origin_, handler_->realm()
    [all...]
http_auth_controller.h 124 const GURL auth_origin_; member in class:net::HttpAuthController

Completed in 245 milliseconds