Home | History | Annotate | Download | only in frame

Lines Matching refs:m_layoutSubtreeRoot

112     , m_layoutSubtreeRoot(0)
196 m_layoutSubtreeRoot = 0;
702 return onlyDuringLayout && layoutPending() ? 0 : m_layoutSubtreeRoot;
865 m_layoutSubtreeRoot->markContainingBlocksForLayout(false);
866 m_layoutSubtreeRoot = 0;
878 RenderObject* rootForThisLayout = inSubtreeLayout ? m_layoutSubtreeRoot : document->renderView();
959 m_layoutSubtreeRoot = 0;
1787 m_layoutSubtreeRoot->markContainingBlocksForLayout(false);
1788 m_layoutSubtreeRoot = 0;
1834 if (m_layoutSubtreeRoot != relayoutRoot) {
1835 if (isObjectAncestorContainerOf(m_layoutSubtreeRoot, relayoutRoot)) {
1837 relayoutRoot->markContainingBlocksForLayout(false, m_layoutSubtreeRoot);
1838 ASSERT(!m_layoutSubtreeRoot->container() || !m_layoutSubtreeRoot->container()->needsLayout());
1839 } else if (isSubtreeLayout() && isObjectAncestorContainerOf(relayoutRoot, m_layoutSubtreeRoot)) {
1841 m_layoutSubtreeRoot->markContainingBlocksForLayout(false, relayoutRoot);
1842 m_layoutSubtreeRoot = relayoutRoot;
1843 ASSERT(!m_layoutSubtreeRoot->container() || !m_layoutSubtreeRoot->container()->needsLayout());
1847 m_layoutSubtreeRoot->markContainingBlocksForLayout(false);
1848 m_layoutSubtreeRoot = 0;
1853 m_layoutSubtreeRoot = relayoutRoot;
1854 ASSERT(!m_layoutSubtreeRoot->container() || !m_layoutSubtreeRoot->container()->needsLayout());