Home | History | Annotate | Download | only in websockets

Lines Matching refs:CLOSED

288         m_state = CLOSED;
293 m_state = CLOSED;
299 m_state = CLOSED;
304 m_state = CLOSED;
316 m_state = CLOSED;
326 m_state = CLOSED;
335 m_state = CLOSED;
347 m_state = CLOSED;
375 logError("WebSocket is already in CLOSING or CLOSED state.");
401 // No exception is raised if the connection was once established but has subsequently been closed.
402 if (m_state == CLOSING || m_state == CLOSED) {
419 if (m_state == CLOSING || m_state == CLOSED) {
436 if (m_state == CLOSING || m_state == CLOSED) {
454 if (m_state == CLOSING || m_state == CLOSED) {
495 if (m_state == CLOSING || m_state == CLOSED)
499 m_channel->fail("WebSocket is closed before the connection is established.", WarningMessageLevel, String(), 0);
571 ASSERT(m_state == CLOSED);
601 m_state = CLOSED;
654 m_state = CLOSED;
662 if (m_state == CLOSED)
682 m_state = CLOSED;