Lines Matching full:close
95 void WebSocketChannel::close()
97 LOG(Network, "WebSocketChannel %p close", this);
99 m_handle->close(); // will call didClose()
107 m_handle->close();
117 handle->close();
139 RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing the last reference.
142 handle->close();
146 handle->close();
170 handle->close();
191 handle->close();
224 handle->close();