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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 158 , m_layoutRoot(0)
250 m_layoutRoot = 0;
663 if (!m_layoutRoot) {
796 return onlyDuringLayout && layoutPending() ? 0 : m_layoutRoot;
873 if (!allowSubtree && m_layoutRoot) {
874 m_layoutRoot->markContainingBlocksForLayout(false);
875 m_layoutRoot = 0;
911 inSubtreeLayout = m_layoutRoot;
918 rootForThisLayout = inSubtreeLayout ? m_layoutRoot : document->renderer()
    [all...]
FrameView.h 108 void clearLayoutRoot() { m_layoutRoot = 0; }
444 RenderObject* m_layoutRoot;

Completed in 73 milliseconds