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 143 bool InClosingState() const;
websocket_channel.cc 131 bool WebSocketChannel::InClosingState() const {
135 << "InClosingState called with state_ == RECV_CLOSED";
152 if (InClosingState()) {
192 if (InClosingState()) {

Completed in 57 milliseconds