Searched refs:m_postLayoutTasksTimer (Results 1 – 2 of 2) sorted by relevance
114 , m_postLayoutTasksTimer(this, &FrameView::postLayoutTimerFired) in FrameView()164 if (m_postLayoutTasksTimer.isActive()) in ~FrameView()165 m_postLayoutTasksTimer.stop(); in ~FrameView()204 m_postLayoutTasksTimer.stop(); in reset()744 if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_postLayoutTasksTimer.isActive()) { in performPreLayoutTasks()814 if (m_postLayoutTasksTimer.isActive()) in scheduleOrPerformPostLayoutTasks()824 if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout)) { in scheduleOrPerformPostLayoutTasks()829 m_postLayoutTasksTimer.startOneShot(0, FROM_HERE); in scheduleOrPerformPostLayoutTasks()2020 if (m_postLayoutTasksTimer.isActive()) in flushAnyPendingPostLayoutTasks()2044 m_postLayoutTasksTimer.stop(); in performPostLayoutTasks()
445 Timer<FrameView> m_postLayoutTasksTimer; variable