/external/chromium_org/content/browser/loader/ |
D | detachable_resource_handler.cc | 201 void DetachableResourceHandler::CancelAndIgnore() { in CancelAndIgnore() function in content::DetachableResourceHandler 202 controller()->CancelAndIgnore(); in CancelAndIgnore()
|
D | throttling_resource_handler.cc | 116 void ThrottlingResourceHandler::CancelAndIgnore() { in CancelAndIgnore() function in content::ThrottlingResourceHandler 118 controller()->CancelAndIgnore(); in CancelAndIgnore()
|
D | throttling_resource_handler.h | 45 virtual void CancelAndIgnore() OVERRIDE;
|
D | buffered_resource_handler.h | 53 virtual void CancelAndIgnore() OVERRIDE;
|
D | detachable_resource_handler.h | 76 virtual void CancelAndIgnore() OVERRIDE;
|
D | resource_loader.cc | 96 CancelAndIgnore(); in StartRequest() 119 void ResourceLoader::CancelAndIgnore() { in CancelAndIgnore() function in content::ResourceLoader 222 CancelAndIgnore(); in OnReceivedRedirect()
|
D | buffered_resource_handler.cc | 223 void BufferedResourceHandler::CancelAndIgnore() { in CancelAndIgnore() function in content::BufferedResourceHandler 224 controller()->CancelAndIgnore(); in CancelAndIgnore()
|
D | resource_loader.h | 82 virtual void CancelAndIgnore() OVERRIDE;
|
D | resource_scheduler_unittest.cc | 59 virtual void CancelAndIgnore() OVERRIDE {} in CancelAndIgnore() function in content::__anon839ffeb10111::TestRequest
|
/external/chromium_org/content/public/browser/ |
D | resource_controller.h | 20 virtual void CancelAndIgnore() = 0;
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle.cc | 138 controller()->CancelAndIgnore(); in OnResultObtained()
|
D | intercept_navigation_resource_throttle_unittest.cc | 91 virtual void CancelAndIgnore() OVERRIDE { in CancelAndIgnore() function in navigation_interception::MockResourceController
|
/external/chromium_org/chrome/browser/extensions/ |
D | user_script_listener_unittest.cc | 53 virtual void CancelAndIgnore() OVERRIDE { in CancelAndIgnore() function in extensions::__anon7223b59f0111::ThrottleController
|
/external/chromium_org/chrome/browser/component_updater/test/ |
D | component_updater_service_unittest.cc | 1259 virtual void CancelAndIgnore() OVERRIDE { CHECK(false); } in RequestAndDeleteResourceThrottle() function in component_updater::RequestAndDeleteResourceThrottle::NoCallResourceController 1327 virtual void CancelAndIgnore() OVERRIDE { CHECK(false); } in CancelAndIgnore() function in component_updater::CancelResourceController
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_tracker_unittest.cc | 155 virtual void CancelAndIgnore() OVERRIDE { Cancel(); } in CancelAndIgnore() function in prerender::__anon20513cf00111::DeferredRedirectDelegate
|