Searched refs:WillRedirectRequest (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_resource_throttle.h33 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
H A Ddownload_resource_throttle.cc36 void DownloadResourceThrottle::WillRedirectRequest(const GURL& new_url, function in class:DownloadResourceThrottle
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle.h29 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
H A Dsupervised_user_resource_throttle.cc56 void SupervisedUserResourceThrottle::WillRedirectRequest(const GURL& new_url, function in class:SupervisedUserResourceThrottle
/external/chromium_org/content/public/browser/
H A Dresource_throttle.h27 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) {} function in class:content::ResourceThrottle
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_resource_throttle.h44 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
H A Dintercept_navigation_resource_throttle.cc80 void InterceptNavigationResourceThrottle::WillRedirectRequest( function in class:navigation_interception::InterceptNavigationResourceThrottle
H A Dintercept_navigation_resource_throttle_unittest.cc162 throttle_->WillRedirectRequest(new_url, defer);
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_resource_throttle.cc35 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
66 void CUResourceThrottle::WillRedirectRequest(const GURL& new_url, bool* defer) { function in class:component_updater::__anon3497::CUResourceThrottle
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_resource_throttle.h35 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
H A Dprerender_resource_throttle.cc50 void PrerenderResourceThrottle::WillRedirectRequest(const GURL& new_url, function in class:prerender::PrerenderResourceThrottle
H A Dprerender_tracker_unittest.cc129 throttle_->WillRedirectRequest(redirect_info.new_url, &was_deferred_);
/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.h58 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
H A Dsafe_browsing_resource_throttle.cc57 void SafeBrowsingResourceThrottle::WillRedirectRequest(const GURL& new_url, function in class:SafeBrowsingResourceThrottle
/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc43 throttles_[index]->WillRedirectRequest(redirect_info.new_url, defer);
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc70 virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
127 void IoThreadClientThrottle::WillRedirectRequest(const GURL& new_url, function in class:android_webview::IoThreadClientThrottle

Completed in 239 milliseconds