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

  /external/chromium_org/content/browser/renderer_host/
socket_stream_host.cc 86 void SocketStreamHost::CancelWithError(int error) {
87 VLOG(1) << "SocketStreamHost::CancelWithError: error=" << error;
90 job_->CancelWithError(error);
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 69 void SocketStreamJob::CancelWithError(int error) {
70 socket_->CancelWithError(error);
socket_stream.cc 313 void SocketStream::CancelWithError(int error) {
319 CancelWithError(MapCertStatusToNetError(ssl_info.cert_status));
    [all...]
  /external/chromium_org/content/browser/loader/
detachable_resource_handler.cc 213 void DetachableResourceHandler::CancelWithError(int error_code) {
214 controller()->CancelWithError(error_code);
throttling_resource_handler.cc 141 void ThrottlingResourceHandler::CancelWithError(int error_code) {
143 controller()->CancelWithError(error_code);
buffered_resource_handler.cc 226 void BufferedResourceHandler::CancelWithError(int error_code) {
227 controller()->CancelWithError(error_code);
370 request()->CancelWithError(net::ERR_INVALID_RESPONSE);
resource_loader.cc 134 void ResourceLoader::CancelWithError(int error_code) {
402 request_->CancelWithError(error);
501 request_->CancelWithError(error);
  /external/chromium_org/net/url_request/
url_request.cc 734 void URLRequest::CancelWithError(int error) {
    [all...]

Completed in 71 milliseconds