Home
last modified time | relevance | path

Searched refs:m_inSynchronousPostLayout (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.cpp125 , m_inSynchronousPostLayout(false) in FrameView()
221 m_inSynchronousPostLayout = false; in reset()
838 …if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_hasPendingPostLayoutTasks && !inSubfra… in layout()
841 m_inSynchronousPostLayout = true; in layout()
844 m_inSynchronousPostLayout = false; in layout()
1016 if (!m_inSynchronousPostLayout && !inSubframeLayoutWithFrameFlattening) { in layout()
1017 m_inSynchronousPostLayout = true; in layout()
1020 m_inSynchronousPostLayout = false; in layout()
1023 …if (!m_hasPendingPostLayoutTasks && (needsLayout() || m_inSynchronousPostLayout || inSubframeLayou… in layout()
DFrameView.h383 bool m_inSynchronousPostLayout; variable