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

  /external/chromium/net/http/
mock_allow_url_security_manager.cc 18 bool MockAllowURLSecurityManager::CanDelegate(const GURL& auth_origin) const {
url_security_manager.cc 27 bool URLSecurityManagerWhitelist::CanDelegate(const GURL& auth_origin) const {
url_security_manager_win.cc 35 virtual bool CanDelegate(const GURL& auth_origin) const;
105 bool URLSecurityManagerWin::CanDelegate(const GURL& auth_origin) const {
http_auth_handler_negotiate.cc 193 if (CanDelegate())
323 bool HttpAuthHandlerNegotiate::CanDelegate() const {
329 return url_security_manager_->CanDelegate(origin_);

Completed in 32 milliseconds