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

  /external/chromium/net/http/
mock_allow_url_security_manager.cc 9 MockAllowURLSecurityManager::MockAllowURLSecurityManager() {}
11 MockAllowURLSecurityManager::~MockAllowURLSecurityManager() {}
13 bool MockAllowURLSecurityManager::CanUseDefaultCredentials(
18 bool MockAllowURLSecurityManager::CanDelegate(const GURL& auth_origin) const {
mock_allow_url_security_manager.h 15 class MockAllowURLSecurityManager : public URLSecurityManager {
17 MockAllowURLSecurityManager();
18 virtual ~MockAllowURLSecurityManager();
24 DISALLOW_COPY_AND_ASSIGN(MockAllowURLSecurityManager);
http_auth_handler_factory_unittest.cc 101 MockAllowURLSecurityManager url_security_manager;
http_auth_handler_negotiate_unittest.cc 40 url_security_manager_.reset(new MockAllowURLSecurityManager());
http_auth_unittest.cc 119 MockAllowURLSecurityManager url_security_manager;

Completed in 284 milliseconds