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

  /external/chromium_org/net/websockets/
websocket_channel.h 197 void SendClose(uint16 code, const std::string& reason);
websocket_channel.cc 203 SendClose(code, reason); // Sets state_ to SEND_CLOSED
470 "SendClose()";
558 SendClose(code, reason); // Sets state_ to CLOSE_WAIT
630 SendClose(send_code, send_reason); // Sets state_ to SEND_CLOSED
645 void WebSocketChannel::SendClose(uint16 code, const std::string& reason) {

Completed in 55 milliseconds