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

  /external/chromium/net/websockets/
websocket.cc 33 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_);
websocket.h 221 bool closing_handshake_started_; member in class:net::WebSocket

Completed in 278 milliseconds