Home
last modified time | relevance | path

Searched refs:quic_stream_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_network_session.cc121 quic_stream_factory_( in HttpNetworkSession()
256 dict->Set("sessions", quic_stream_factory_.QuicStreamFactoryInfoToValue()); in QuicInfoToValue()
280 quic_stream_factory_.CloseAllSessions(ERR_ABORTED); in CloseAllConnections()
Dhttp_network_session.h163 QuicStreamFactory* quic_stream_factory() { return &quic_stream_factory_; } in quic_stream_factory()
234 QuicStreamFactory quic_stream_factory_; variable