Home
last modified time | relevance | path

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

/external/chromium/net/websockets/
Dwebsocket.cc33 closing_handshake_started_(false), in WebSocket()
119 if (!closing_handshake_started_) { in Close()
222 closing_handshake_started_ = true; in SendPending()
342 if (!closing_handshake_started_) { in ProcessFrameData()
424 if (closing_handshake_started_ || client_closing_handshake_) { in StartClosingHandshake()
474 server_closing_handshake_ && closing_handshake_started_); in DoClose()
Dwebsocket.h221 bool closing_handshake_started_; variable