Home
last modified time | relevance | path

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

/external/chromium/net/socket_stream/
Dsocket_stream.cc302 next_state_ = STATE_CLOSE; in DidEstablishConnection()
380 next_state_ = STATE_CLOSE; in DoLoop()
445 case STATE_CLOSE: in DoLoop()
457 DCHECK_EQ(next_state_, STATE_CLOSE); in DoLoop()
469 next_state_ = STATE_CLOSE; in DoResolveProxy()
545 next_state_ = STATE_CLOSE; in DoResolveHostComplete()
553 next_state_ = STATE_CLOSE; in DoTcpConnect()
568 next_state_ = STATE_CLOSE; in DoTcpConnectComplete()
661 next_state_ = STATE_CLOSE; in DoWriteTunnelHeadersComplete()
698 next_state_ = STATE_CLOSE; in DoReadTunnelHeadersComplete()
[all …]
Dsocket_stream.h211 STATE_CLOSE, enumerator