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

  /external/chromium_org/net/socket_stream/
socket_stream.cc 382 next_state_ = STATE_CLOSE;
464 next_state_ = STATE_CLOSE;
564 case STATE_CLOSE:
592 next_state_ = STATE_CLOSE;
603 next_state_ = STATE_CLOSE;
614 next_state_ = STATE_CLOSE;
698 next_state_ = STATE_CLOSE;
707 next_state_ = STATE_CLOSE;
716 next_state_ = STATE_CLOSE;
724 next_state_ = STATE_CLOSE;
    [all...]
socket_stream.h 259 STATE_CLOSE,
  /external/chromium/net/socket_stream/
socket_stream.cc 302 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...]
socket_stream.h 211 STATE_CLOSE,

Completed in 2510 milliseconds