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

  /external/chromium/net/websockets/
websocket.cc 32 client_closing_handshake_(false),
71 if (client_closing_handshake_) {
219 if (client_closing_handshake_) {
424 if (closing_handshake_started_ || client_closing_handshake_) {
430 client_closing_handshake_ = true;
websocket.h 219 bool client_closing_handshake_; member in class:net::WebSocket

Completed in 106 milliseconds