Searched refs:m_inSynchronousPostLayout (Results 1 – 2 of 2) sorted by relevance
106 , m_inSynchronousPostLayout(false) in FrameView()188 m_inSynchronousPostLayout = false; in reset()697 if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_postLayoutTasksTimer.isActive()) { in performPreLayoutTasks()699 m_inSynchronousPostLayout = true; in performPreLayoutTasks()701 m_inSynchronousPostLayout = false; in performPreLayoutTasks()757 if (!m_inSynchronousPostLayout) { in scheduleOrPerformPostLayoutTasks()758 m_inSynchronousPostLayout = true; in scheduleOrPerformPostLayoutTasks()761 m_inSynchronousPostLayout = false; in scheduleOrPerformPostLayoutTasks()764 if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout)) { in scheduleOrPerformPostLayoutTasks()
466 bool m_inSynchronousPostLayout; variable