Searched defs:SafeBrowsingResourceThrottle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.cc27 SafeBrowsingResourceThrottle::SafeBrowsingResourceThrottle( function in class:SafeBrowsingResourceThrottle
41 SafeBrowsingResourceThrottle::~SafeBrowsingResourceThrottle() {
46 void SafeBrowsingResourceThrottle::WillStartRequest(bool* defer) {
57 void SafeBrowsingResourceThrottle::WillRedirectRequest(const GURL& new_url,
77 const char* SafeBrowsingResourceThrottle::GetNameForLogging() const {
78 return "SafeBrowsingResourceThrottle";
83 void SafeBrowsingResourceThrottle::OnCheckBrowseUrlResult(
130 &SafeBrowsingResourceThrottle
[all...]
H A Dsafe_browsing_resource_throttle.h25 // SafeBrowsingResourceThrottle checks that URLs are "safe" before navigating
47 class SafeBrowsingResourceThrottle class in inherits:content::ResourceThrottle,SafeBrowsingDatabaseManager::Client,base::SupportsWeakPtr
50 public base::SupportsWeakPtr<SafeBrowsingResourceThrottle> {
52 SafeBrowsingResourceThrottle(const net::URLRequest* request,
81 virtual ~SafeBrowsingResourceThrottle();
98 const base::WeakPtr<SafeBrowsingResourceThrottle>& throttle,
121 base::OneShotTimer<SafeBrowsingResourceThrottle> timer_;
134 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingResourceThrottle);

Completed in 634 milliseconds