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

  /external/chromium_org/content/public/browser/
resource_controller.h 13 // any time. CancelAndIgnore is a variation of Cancel that also causes the
20 virtual void CancelAndIgnore() = 0;
  /external/chromium_org/content/browser/loader/
throttling_resource_handler.h 45 virtual void CancelAndIgnore() OVERRIDE;
buffered_resource_handler.h 49 virtual void CancelAndIgnore() OVERRIDE;
detachable_resource_handler.h 71 virtual void CancelAndIgnore() OVERRIDE;
detachable_resource_handler.cc 209 void DetachableResourceHandler::CancelAndIgnore() {
210 controller()->CancelAndIgnore();
throttling_resource_handler.cc 136 void ThrottlingResourceHandler::CancelAndIgnore() {
138 controller()->CancelAndIgnore();
resource_loader.h 84 virtual void CancelAndIgnore() OVERRIDE;
resource_loader.cc 106 CancelAndIgnore();
128 void ResourceLoader::CancelAndIgnore() {
229 CancelAndIgnore();
buffered_resource_handler.cc 222 void BufferedResourceHandler::CancelAndIgnore() {
223 controller()->CancelAndIgnore();
resource_scheduler_unittest.cc 77 virtual void CancelAndIgnore() OVERRIDE {}
    [all...]
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc 144 controller()->CancelAndIgnore();
intercept_navigation_resource_throttle_unittest.cc 92 virtual void CancelAndIgnore() OVERRIDE {
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker_unittest.cc 145 virtual void CancelAndIgnore() OVERRIDE { Cancel(); }
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 57 virtual void CancelAndIgnore() OVERRIDE {
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc     [all...]

Completed in 1033 milliseconds