Searched defs:SendClose (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc494 if (SendClose(kWebSocketErrorInternalServerError, "") != CHANNEL_DELETED) {
500 if (SendClose(
799 "SendClose()";
845 if (SendClose(code, reason) == CHANNEL_DELETED)
998 if (SendClose(code, reason) == CHANNEL_DELETED)
1010 ChannelState WebSocketChannel::SendClose(uint16 code, function in class:net::WebSocketChannel

Completed in 730 milliseconds