Searched defs:WillStartRequest (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_pending_swap_throttle.cc27 void PrerenderPendingSwapThrottle::WillStartRequest(bool* defer) { function in class:prerender::PrerenderPendingSwapThrottle
H A Dprerender_resource_throttle.cc37 void PrerenderResourceThrottle::WillStartRequest(bool* defer) { function in class:prerender::PrerenderResourceThrottle
/external/chromium_org/content/browser/loader/
H A Dpower_save_block_resource_throttle.cc23 void PowerSaveBlockResourceThrottle::WillStartRequest(bool* defer) { function in class:content::PowerSaveBlockResourceThrottle
/external/chromium_org/content/public/browser/
H A Dresource_throttle.h25 virtual void WillStartRequest(bool* defer) {} function in class:content::ResourceThrottle
/external/chromium_org/chrome/browser/download/
H A Ddownload_resource_throttle.cc32 void DownloadResourceThrottle::WillStartRequest(bool* defer) { function in class:DownloadResourceThrottle
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle.cc52 void SupervisedUserResourceThrottle::WillStartRequest(bool* defer) { function in class:SupervisedUserResourceThrottle
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_resource_throttle.cc34 virtual void WillStartRequest(bool* defer) OVERRIDE;
57 void CUResourceThrottle::WillStartRequest(bool* defer) { function in class:component_updater::__anon3497::CUResourceThrottle
67 WillStartRequest(defer);
/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.cc75 void OfflineResourceThrottle::WillStartRequest(bool* defer) { function in class:OfflineResourceThrottle
79 DVLOG(1) << "WillStartRequest: this=" << this << ", url=" << request_->url();
H A Dsafe_browsing_resource_throttle.cc46 void SafeBrowsingResourceThrottle::WillStartRequest(bool* defer) { function in class:SafeBrowsingResourceThrottle
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_throttle.cc83 void MergeSessionThrottle::WillStartRequest(bool* defer) { function in class:MergeSessionThrottle
87 DVLOG(1) << "WillStartRequest: defer " << request_->url();
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_resource_throttle.cc75 void InterceptNavigationResourceThrottle::WillStartRequest(bool* defer) { function in class:navigation_interception::InterceptNavigationResourceThrottle
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.cc69 virtual void WillStartRequest(bool* defer) OVERRIDE;
103 void IoThreadClientThrottle::WillStartRequest(bool* defer) { function in class:android_webview::IoThreadClientThrottle
129 WillStartRequest(defer);

Completed in 658 milliseconds