Searched refs:CanDelegate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dmock_allow_url_security_manager.cc18 bool MockAllowURLSecurityManager::CanDelegate(const GURL& auth_origin) const { function in class:net::MockAllowURLSecurityManager
H A Dmock_allow_url_security_manager.h20 virtual bool CanDelegate(const GURL& auth_origin) const OVERRIDE;
H A Durl_security_manager.h53 virtual bool CanDelegate(const GURL& auth_origin) const = 0;
68 virtual bool CanDelegate(const GURL& auth_origin) const OVERRIDE;
H A Durl_security_manager.cc27 bool URLSecurityManagerWhitelist::CanDelegate(const GURL& auth_origin) const { function in class:net::URLSecurityManagerWhitelist
H A Durl_security_manager_unittest.cc65 TEST(URLSecurityManager, CanDelegate) {
76 bool can_delegate = url_security_manager->CanDelegate(gurl);
90 bool can_delegate = url_security_manager->CanDelegate(gurl);
H A Durl_security_manager_win.cc35 virtual bool CanDelegate(const GURL& auth_origin) const;
105 bool URLSecurityManagerWin::CanDelegate(const GURL& auth_origin) const { function in class:net::URLSecurityManagerWin
H A Dhttp_auth_handler_negotiate.cc200 if (CanDelegate())
328 bool HttpAuthHandlerNegotiate::CanDelegate() const { function in class:net::HttpAuthHandlerNegotiate
334 return url_security_manager_->CanDelegate(origin_);
H A Dhttp_auth_handler_negotiate.h140 bool CanDelegate() const;

Completed in 84 milliseconds