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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 174 , m_postLayoutTasksTimer(this, &FrameView::postLayoutTimerFired)
226 if (m_postLayoutTasksTimer.isActive())
227 m_postLayoutTasksTimer.stop();
265 m_postLayoutTasksTimer.stop();
858 if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_postLayoutTasksTimer.isActive() && !frame().document()->shouldDisplaySeamlesslyWithParent()) {
    [all...]
FrameView.h 483 Timer<FrameView> m_postLayoutTasksTimer;

Completed in 93 milliseconds