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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 201 Timer<MainThreadWebSocketChannel> m_closingTimer;
MainThreadWebSocketChannel.cpp 71 , m_closingTimer(this, &MainThreadWebSocketChannel::closingTimerFired)
179 if (!m_closingTimer.isActive())
180 m_closingTimer.startOneShot(2 * TCPMaximumSegmentLifetime);
278 if (m_closingTimer.isActive())
279 m_closingTimer.stop();
505 ASSERT_UNUSED(timer, &m_closingTimer == timer);
    [all...]

Completed in 31 milliseconds