Searched refs:m_postLayoutTasksTimer (Results 1 – 2 of 2) sorted by relevance
174 , m_postLayoutTasksTimer(this, &FrameView::postLayoutTimerFired) in FrameView()226 if (m_postLayoutTasksTimer.isActive()) in ~FrameView()227 m_postLayoutTasksTimer.stop(); in ~FrameView()265 m_postLayoutTasksTimer.stop(); in reset()858 …if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_postLayoutTasksTimer.isActive() && !fr… in performPreLayoutTasks()941 if (m_postLayoutTasksTimer.isActive()) in scheduleOrPerformPostLayoutTasks()959 …if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout || frame().d… in scheduleOrPerformPostLayoutTasks()964 m_postLayoutTasksTimer.startOneShot(0); in scheduleOrPerformPostLayoutTasks()2260 if (m_postLayoutTasksTimer.isActive()) in flushAnyPendingPostLayoutTasks()2271 m_postLayoutTasksTimer.stop(); in performPostLayoutTasks()
483 Timer<FrameView> m_postLayoutTasksTimer; variable