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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentThreadableLoader.h136 Timer<DocumentThreadableLoader> m_timeoutTimer; member in class:blink::FINAL
H A DDocumentThreadableLoader.cpp84 , m_timeoutTimer(this, &DocumentThreadableLoader::didTimeout)
165 m_timeoutTimer.stop();
177 m_timeoutTimer.startOneShot(resolvedTime, FROM_HERE);
418 m_timeoutTimer.stop();
441 ASSERT_UNUSED(timer, timer == &m_timeoutTimer);
493 m_timeoutTimer.startOneShot(m_options.timeoutMilliseconds / 1000.0, FROM_HERE);

Completed in 175 milliseconds