HomeSort by relevance Sort by last modified time
    Searched refs:CancelAndIgnore (Results 1 - 11 of 11) 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 42 virtual void CancelAndIgnore() OVERRIDE;
buffered_resource_handler.h 52 virtual void CancelAndIgnore() OVERRIDE;
throttling_resource_handler.cc 109 void ThrottlingResourceHandler::CancelAndIgnore() {
111 controller()->CancelAndIgnore();
resource_loader.h 96 virtual void CancelAndIgnore() OVERRIDE;
buffered_resource_handler.cc 221 void BufferedResourceHandler::CancelAndIgnore() {
222 controller()->CancelAndIgnore();
resource_loader.cc 90 CancelAndIgnore();
113 void ResourceLoader::CancelAndIgnore() {
259 CancelAndIgnore();
resource_scheduler_unittest.cc 58 virtual void CancelAndIgnore() OVERRIDE {}
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc 134 controller()->CancelAndIgnore();
intercept_navigation_resource_throttle_unittest.cc 91 virtual void CancelAndIgnore() OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 52 virtual void CancelAndIgnore() OVERRIDE {

Completed in 551 milliseconds