Home
last modified time | relevance | path

Searched refs:m_layoutRoot (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.cpp123 , m_layoutRoot(0) in FrameView()
216 m_layoutRoot = 0; in reset()
548 if (!m_layoutRoot) { in calculateScrollbarModesForLayout()
784 return onlyDuringLayout && layoutPending() ? 0 : m_layoutRoot; in layoutRoot()
827 if (!allowSubtree && m_layoutRoot) { in layout()
828 m_layoutRoot->markContainingBlocksForLayout(false); in layout()
829 m_layoutRoot = 0; in layout()
856 bool subtree = m_layoutRoot; in layout()
863 RenderObject* root = subtree ? m_layoutRoot : document->renderer(); in layout()
872 if (!m_layoutRoot) { in layout()
[all …]
DFrameView.h378 RenderObject* m_layoutRoot; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-05-248047 existing FrameView::m_layoutRoot will be marked as needing layout.