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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h 131 Timer<DocumentThreadableLoader> m_timeoutTimer;
DocumentThreadableLoader.cpp 81 , m_timeoutTimer(this, &DocumentThreadableLoader::didTimeout)
351 m_timeoutTimer.stop();
371 ASSERT_UNUSED(timer, timer == &m_timeoutTimer);
423 m_timeoutTimer.startOneShot(m_options.timeoutMilliseconds / 1000.0, FROM_HERE);

Completed in 59 milliseconds