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

  /external/chromium_org/net/http/
http_basic_stream.cc 74 bool HttpBasicStream::IsConnectionReused() const {
75 return parser()->IsConnectionReused();
92 return state_.connection()->GetLoadTimingInfo(IsConnectionReused(),
proxy_connect_redirect_http_stream.cc 65 bool ProxyConnectRedirectHttpStream::IsConnectionReused() const {
http_stream_parser.cc     [all...]
  /external/chromium_org/net/quic/
quic_http_stream.cc 239 bool QuicHttpStream::IsConnectionReused() const {
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 164 bool SpdyHttpStream::IsConnectionReused() const {
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 458 bool WebSocketBasicHandshakeStream::IsConnectionReused() const {
459 return parser()->IsConnectionReused();
476 return state_.connection()->GetLoadTimingInfo(IsConnectionReused(),

Completed in 324 milliseconds