Home | History | Annotate | Download | only in http

Lines Matching refs:URLSecurityManager

20 class URLSecurityManager {
22 URLSecurityManager() {}
23 virtual ~URLSecurityManager() {}
25 // Creates a platform-dependent instance of URLSecurityManager.
40 // the created URLSecurityManager.
43 // and just copy into the URLSecurityManager?
44 static URLSecurityManager* Create(const HttpAuthFilter* whitelist_default,
56 DISALLOW_COPY_AND_ASSIGN(URLSecurityManager);
59 class URLSecurityManagerWhitelist : public URLSecurityManager {
66 // URLSecurityManager methods.