Searched refs:STATE_CLOSE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc373 next_state_ = STATE_CLOSE;
452 next_state_ = STATE_CLOSE;
555 case STATE_CLOSE:
583 next_state_ = STATE_CLOSE;
594 next_state_ = STATE_CLOSE;
605 next_state_ = STATE_CLOSE;
687 next_state_ = STATE_CLOSE;
696 next_state_ = STATE_CLOSE;
705 next_state_ = STATE_CLOSE;
713 next_state_ = STATE_CLOSE;
[all...]
H A Dsocket_stream.h257 STATE_CLOSE, enumerator in enum:net::SocketStream::State
/external/chromium/net/socket_stream/
H A Dsocket_stream.cc302 next_state_ = STATE_CLOSE;
380 next_state_ = STATE_CLOSE;
445 case STATE_CLOSE:
457 DCHECK_EQ(next_state_, STATE_CLOSE);
469 next_state_ = STATE_CLOSE;
545 next_state_ = STATE_CLOSE;
553 next_state_ = STATE_CLOSE;
568 next_state_ = STATE_CLOSE;
661 next_state_ = STATE_CLOSE;
698 next_state_ = STATE_CLOSE;
[all...]
H A Dsocket_stream.h211 STATE_CLOSE, enumerator in enum:net::SocketStream::State

Completed in 68 milliseconds