HomeSort by relevance Sort by last modified time
    Searched refs:ERR_ABORTED (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 328 EXPECT_EQ(net::ERR_ABORTED, os_error);
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 305 net::ERR_ABORTED);
621 web_contents, *it, navigation_state_.GetUrl(*it), net::ERR_ABORTED);
  /external/chromium_org/net/socket_stream/
socket_stream.cc 351 DoLoop(ERR_ABORTED);
359 DoLoop(ERR_ABORTED);
    [all...]
  /external/chromium_org/net/url_request/
url_request.cc 731 DoCancel(ERR_ABORTED, SSLInfo());
764 // Don't log an error code on ERR_ABORTED, since that's redundant.
766 error == ERR_ABORTED ? OK : error);
    [all...]
url_fetcher_impl_unittest.cc 701 EXPECT_EQ(ERR_ABORTED, source->GetStatus().error());
793 EXPECT_EQ(ERR_ABORTED, source->GetStatus().error());
    [all...]
  /external/chromium_org/net/spdy/
spdy_session_unittest.cc 282 session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
284 EXPECT_EQ(ERR_ABORTED, callback1.WaitForResult());
573 session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
    [all...]
spdy_session.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 282 if (frame_error == net::ERR_ABORTED) {
  /external/chromium_org/content/browser/appcache/
appcache_service_impl.cc 78 callback_.Run(net::ERR_ABORTED);
appcache_storage_impl.cc     [all...]
  /external/chromium_org/content/browser/loader/
resource_loader.cc 125 CancelRequestInternal(net::ERR_ABORTED, from_renderer);
resource_dispatcher_host_impl.cc 211 result.error_code = net::ERR_ABORTED;
217 request_complete_data.error_code = net::ERR_ABORTED;
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 343 case net::ERR_ABORTED:
  /external/chromium_org/net/quic/
quic_client_session.cc 205 request->OnRequestCompleteFailure(ERR_ABORTED);
quic_http_stream_test.cc 163 session_->CloseSessionOnError(ERR_ABORTED);
quic_stream_factory.cc 535 CloseAllSessions(ERR_ABORTED);
    [all...]
  /external/chromium_org/net/socket/
ssl_server_socket_nss.cc 556 // The error code itself is ignored, so just return ERR_ABORTED.
557 return ERR_ABORTED;
websocket_transport_client_socket_pool.cc 253 FlushWithError(ERR_ABORTED);
  /external/chromium_org/net/websockets/
websocket_job.cc 285 result = ERR_ABORTED;
  /external/chromium_org/storage/common/fileapi/
file_system_util.cc 500 case net::ERR_ABORTED:
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.cc 429 info.error.reason != net::ERR_ABORTED &&
    [all...]
  /external/chromium_org/content/child/
blink_platform_impl.cc 465 return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED);
    [all...]
web_url_loader_impl.cc 734 if (reason == net::ERR_ABORTED) {
    [all...]
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest.cc     [all...]
  /external/chromium_org/net/dns/
dns_transaction.cc 573 ERR_ABORTED);

Completed in 3189 milliseconds

1 23 4