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 113 Timer<DocumentThreadableLoader> m_timeoutTimer;
DocumentThreadableLoader.cpp 77 , m_timeoutTimer(this, &DocumentThreadableLoader::didTimeout)
330 m_timeoutTimer.stop();
359 ASSERT_UNUSED(timer, timer == &m_timeoutTimer);
411 m_timeoutTimer.startOneShot(m_options.timeoutMilliseconds / 1000.0);

Completed in 23 milliseconds