HomeSort by relevance Sort by last modified time
    Searched defs:MockAllowURLSecurityManager (Results 1 - 2 of 2) 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);

Completed in 25 milliseconds