OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECV_CLOSED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_channel.h
96
// CLOSED, except that the SEND_CLOSED and
RECV_CLOSED
states may be skipped
103
RECV_CLOSED
, // Used briefly between receiving a Close frame and sending
websocket_channel.cc
132
// We intentionally do not support state
RECV_CLOSED
here, because it is only
134
DCHECK_NE(
RECV_CLOSED
, state_)
135
<< "InClosingState called with state_ ==
RECV_CLOSED
";
468
DCHECK_NE(
RECV_CLOSED
, state_)
557
state_ =
RECV_CLOSED
;
591
DCHECK(state_ == CONNECTED || state_ ==
RECV_CLOSED
);
646
DCHECK(state_ == CONNECTED || state_ ==
RECV_CLOSED
);
Completed in 149 milliseconds