HomeSort by relevance Sort by last modified time
    Searched refs:m_layoutSubtreeRoot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 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();
    [all...]
FrameView.h 99 void clearLayoutSubtreeRoot() { m_layoutSubtreeRoot = 0; }
308 bool isSubtreeLayout() const { return !!m_layoutSubtreeRoot; }
437 RenderObject* m_layoutSubtreeRoot;

Completed in 39 milliseconds