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

  /external/chromium_org/net/websockets/
websocket_channel.h 159 bool InClosingState() const;
websocket_channel.cc 163 bool WebSocketChannel::InClosingState() const {
167 << "InClosingState called with state_ == RECV_CLOSED";
184 if (InClosingState()) {
227 if (InClosingState()) {

Completed in 36 milliseconds