OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockAllowURLSecurityManager
(Results
1 - 10
of
10
) 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;
/external/chromium_org/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
14
class
MockAllowURLSecurityManager
: public URLSecurityManager {
16
MockAllowURLSecurityManager
();
17
virtual ~
MockAllowURLSecurityManager
();
23
DISALLOW_COPY_AND_ASSIGN(
MockAllowURLSecurityManager
);
http_auth_handler_negotiate_unittest.cc
38
url_security_manager_.reset(new
MockAllowURLSecurityManager
());
345
MockAllowURLSecurityManager
url_security_manager;
http_auth_handler_factory_unittest.cc
101
MockAllowURLSecurityManager
url_security_manager;
http_auth_unittest.cc
124
MockAllowURLSecurityManager
url_security_manager;
Completed in 191 milliseconds