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

  /external/chromium_org/content/public/browser/
resource_controller.h 15 // default, load is cancelled with ERR_ABORTED code. CancelWithError can be used
21 virtual void CancelWithError(int error_code) = 0;
  /external/chromium_org/content/browser/renderer_host/
socket_stream_host.h 55 // Following CancelWithError, CancelWithSSLError, and ContinueDespiteError
57 // CancelWithError Cancels the connection because of an error.
59 void CancelWithError(int error);
socket_stream_host.cc 81 void SocketStreamHost::CancelWithError(int error) {
82 VLOG(1) << "SocketStreamHost::CancelWithError: error=" << error;
85 job_->CancelWithError(error);
socket_stream_dispatcher_host.cc 179 socket_stream_host->CancelWithError(error);
  /external/chromium_org/content/browser/loader/
throttling_resource_handler.h 43 virtual void CancelWithError(int error_code) OVERRIDE;
buffered_resource_handler.h 53 virtual void CancelWithError(int error_code) OVERRIDE;
throttling_resource_handler.cc 114 void ThrottlingResourceHandler::CancelWithError(int error_code) {
116 controller()->CancelWithError(error_code);
buffered_resource_handler.cc 225 void BufferedResourceHandler::CancelWithError(int error_code) {
226 controller()->CancelWithError(error_code);
367 request_->CancelWithError(net::ERR_FILE_NOT_FOUND);
resource_loader.h 97 virtual void CancelWithError(int error_code) OVERRIDE;
resource_loader.cc 119 void ResourceLoader::CancelWithError(int error_code) {
423 request_->CancelWithError(error);
501 request_->CancelWithError(error);
async_resource_handler.cc 347 controller()->CancelWithError(net::ERR_INSUFFICIENT_RESOURCES);
resource_scheduler_unittest.cc 59 virtual void CancelWithError(int error_code) OVERRIDE {}
resource_dispatcher_host_impl.cc     [all...]
resource_dispatcher_host_unittest.cc 430 controller()->CancelWithError(error_code_for_cancellation_);
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 69 void SocketStreamJob::CancelWithError(int error) {
70 socket_->CancelWithError(error);
socket_stream_job.h 68 virtual void CancelWithError(int error);
socket_stream.h 173 void CancelWithError(int error);
socket_stream.cc 302 void SocketStream::CancelWithError(int error) {
308 CancelWithError(MapCertStatusToNetError(ssl_info.cert_status));
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc 132 controller()->CancelWithError(net::ERR_ACCESS_DENIED);
  /external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc 55 virtual void CancelWithError(int error_code) OVERRIDE {
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 94 virtual void CancelWithError(int error_code) OVERRIDE {
  /external/chromium_org/net/url_request/
url_request.h 568 void CancelWithError(int error);
    [all...]
url_request.cc 646 void URLRequest::CancelWithError(int error) {
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 735 update->manifest_fetcher_->request()->CancelWithError(-100);
768 update->manifest_fetcher_->request()->CancelWithError(-100);
    [all...]

Completed in 444 milliseconds