Home
last modified time | relevance | path

Searched refs:m_timeoutTimer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentThreadableLoader.cpp77 , 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()
DDocumentThreadableLoader.h113 Timer<DocumentThreadableLoader> m_timeoutTimer; variable