Home
last modified time | relevance | path

Searched refs:checkForRepaintDuringLayout (Results 1 – 20 of 20) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderForeignObject.cpp97 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
DRenderSVGViewportContainer.cpp57 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
DRenderTableRow.cpp153 if (selfNeedsLayout() && checkForRepaintDuringLayout()) { in layout()
DRenderWidget.cpp233 if (checkForRepaintDuringLayout()) { in updateWidgetPosition()
DRenderTableSection.cpp307 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellWidths()
472 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellWidths()
666 …((te != oldTe || be > oldBe) && !table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) in setCellWidths()
685 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) in setCellWidths()
DRenderSVGText.cpp86 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
DRenderSVGImage.cpp142 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
DRenderTable.cpp283 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
376 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout()) in layout()
447 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout()) in layout()
DRenderSVGContainer.cpp231 bool checkForRepaint = checkForRepaintDuringLayout() && selfWillPaint(); in layout()
DRenderSVGRoot.cpp96 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
DRenderReplaced.cpp82 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
DRenderPath.cpp161 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
DRenderFlexibleBox.cpp210 bool checkForRepaint = checkForRepaintDuringLayout(); in layoutBlock()
1089 if (!selfNeedsLayout() && child->checkForRepaintDuringLayout()) in placeChild()
DRenderObject.h595 bool checkForRepaintDuringLayout() const;
DRenderFrameSet.cpp457 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout(); in layout()
DRenderBlock.cpp620 bool checkForRepaint = m_everHadLayout && checkForRepaintDuringLayout(); in layoutBlock()
1366 if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout()) in layoutBlockChildren()
1370 if (!childHadLayout && child->checkForRepaintDuringLayout()) in layoutBlockChildren()
2387 if (o->checkForRepaintDuringLayout()) in positionNewFloats()
DRenderObject.cpp1808 bool RenderObject::checkForRepaintDuringLayout() const in checkForRepaintDuringLayout() function in WebCore::RenderObject
/external/webkit/WebCore/
DChangeLog-2003-10-251488 (RenderObject::checkForRepaintDuringLayout):
DChangeLog42733 (WebCore::RenderObject::checkForRepaintDuringLayout): Added a comment
DChangeLog-2007-10-1442659 (WebCore::RenderObject::checkForRepaintDuringLayout):