Searched refs:m_timeoutTimer (Results 1 – 2 of 2) sorted by relevance
77 , m_timeoutTimer(this, &DocumentThreadableLoader::didTimeout) in DocumentThreadableLoader()330 m_timeoutTimer.stop(); in notifyFinished()359 ASSERT_UNUSED(timer, timer == &m_timeoutTimer); in didTimeout()411 m_timeoutTimer.startOneShot(m_options.timeoutMilliseconds / 1000.0); in loadRequest()
113 Timer<DocumentThreadableLoader> m_timeoutTimer; variable