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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 200 ChannelClosing,
MainThreadWebSocketChannel.cpp 366 if (m_state != ChannelClosing && m_state != ChannelClosed)
498 if (m_state == ChannelClosing || m_state == ChannelClosed)
513 m_state = ChannelClosing;
    [all...]

Completed in 58 milliseconds