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

/external/chromium/net/websockets/
H A Dwebsocket.cc33 closing_handshake_started_(false),
119 if (!closing_handshake_started_) {
222 closing_handshake_started_ = true;
342 if (!closing_handshake_started_) {
424 if (closing_handshake_started_ || client_closing_handshake_) {
474 server_closing_handshake_ && closing_handshake_started_);
H A Dwebsocket.h221 bool closing_handshake_started_; member in class:net::WebSocket

Completed in 149 milliseconds