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

  /external/chromium_org/net/spdy/
spdy_session_pool_unittest.cc 431 session->CloseSessionOnError(ERR_ABORTED, std::string());
432 session2->CloseSessionOnError(ERR_ABORTED, std::string());
484 session2->CloseSessionOnError(ERR_ABORTED, std::string());
583 sessionC->CloseSessionOnError(ERR_SPDY_PROTOCOL_ERROR, "Error!");
600 sessionA->CloseSessionOnError(ERR_ABORTED, "Closing");
601 sessionB->CloseSessionOnError(ERR_ABORTED, "Closing");
spdy_session_pool.cc 293 (*it)->CloseSessionOnError(ERR_NETWORK_CHANGED,
402 (*it)->CloseSessionOnError(error, description);
spdy_session.h 385 void CloseSessionOnError(Error err, const std::string& description);
732 // Check the status of the connection. It calls |CloseSessionOnError| if we
    [all...]
spdy_session_unittest.cc 282 session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
573 session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
    [all...]
spdy_session.cc     [all...]
spdy_proxy_client_socket_unittest.cc 114 spdy_session_->CloseSessionOnError(error, description);
    [all...]
  /external/chromium_org/net/quic/
quic_client_session.h 165 void CloseSessionOnError(int error);
202 // CloseSessionOnError - called from the owner of the session,
quic_client_session_test.cc 59 session_.CloseSessionOnError(ERR_ABORTED);
quic_stream_factory.cc 752 active_sessions_.begin()->second->CloseSessionOnError(error);
757 all_sessions_.begin()->first->CloseSessionOnError(error);
    [all...]
quic_client_session.cc 714 void QuicClientSession::CloseSessionOnError(int error) {
715 UMA_HISTOGRAM_SPARSE_SLOWLY("Net.QuicSession.CloseSessionOnError", -error);
quic_http_stream_test.cc 163 session_->CloseSessionOnError(ERR_ABORTED);
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc     [all...]

Completed in 110 milliseconds