HomeSort by relevance Sort by last modified time
    Searched refs:InterceptDownloadResourceThrottle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/android/
intercept_download_resource_throttle.h 18 // InterceptDownloadResourceThrottle checks if a download request should be
20 class InterceptDownloadResourceThrottle : public content::ResourceThrottle {
22 InterceptDownloadResourceThrottle(net::URLRequest* request,
32 virtual ~InterceptDownloadResourceThrottle();
41 DISALLOW_COPY_AND_ASSIGN(InterceptDownloadResourceThrottle);
intercept_download_resource_throttle.cc 14 InterceptDownloadResourceThrottle::InterceptDownloadResourceThrottle(
25 InterceptDownloadResourceThrottle::~InterceptDownloadResourceThrottle() {
28 void InterceptDownloadResourceThrottle::WillStartRequest(bool* defer) {
32 void InterceptDownloadResourceThrottle::WillProcessResponse(bool* defer) {
36 void InterceptDownloadResourceThrottle::ProcessDownloadRequest() {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 343 new chrome::InterceptDownloadResourceThrottle(

Completed in 138 milliseconds