Home | History | Annotate | Download | only in websockets

Lines Matching refs:ready_state_

21     : ready_state_(INITIALIZED),
42 DCHECK(ready_state_ == INITIALIZED || !delegate_);
48 DCHECK(ready_state_ == INITIALIZED);
63 ready_state_ = CONNECTING;
68 if (ready_state_ == CLOSING || ready_state_ == CLOSED) {
75 DCHECK(ready_state_ == OPEN);
91 if (ready_state_ == INITIALIZED) {
93 ready_state_ = CLOSED;
98 if (ready_state_ == CLOSING || ready_state_ == CLOSED)
109 if (ready_state_ == CONNECTING) {
110 ready_state_ = CLOSING;
120 ready_state_ = CLOSING;
127 ready_state_ = CLOSING;
134 if (ready_state_ == INITIALIZED) {
136 ready_state_ = CLOSED;
139 if (ready_state_ != CLOSED) {
214 DCHECK_EQ(CLOSED, ready_state_);
253 switch (ready_state_) {
273 ready_state_ = OPEN;
468 ready_state_ = CLOSED;