Home
last modified time | relevance | path

Searched refs:client_closing_handshake_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket.cc32 client_closing_handshake_(false), in WebSocket()
71 if (client_closing_handshake_) { in Send()
219 if (client_closing_handshake_) { in SendPending()
424 if (closing_handshake_started_ || client_closing_handshake_) { in StartClosingHandshake()
430 client_closing_handshake_ = true; in StartClosingHandshake()
Dwebsocket.h219 bool client_closing_handshake_; variable