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.cc
164
// The state
RECV_CLOSED
is not supported here, because it is only used in one
166
DCHECK_NE(
RECV_CLOSED
, state_)
167
<< "InClosingState called with state_ ==
RECV_CLOSED
";
475
DCHECK_NE(
RECV_CLOSED
, state_)
554
state_ =
RECV_CLOSED
;
591
DCHECK(state_ == CONNECTED || state_ ==
RECV_CLOSED
);
643
DCHECK(state_ == CONNECTED || state_ ==
RECV_CLOSED
);
websocket_channel.h
111
// FRESHLY_CONSTRUCTED to CLOSED, except that the SEND_CLOSED and
RECV_CLOSED
118
RECV_CLOSED
, // Used briefly between receiving a Close frame and sending
Completed in 47 milliseconds