Searched refs:checkForRepaintDuringLayout (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderSlider.cpp147 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
168 if (thumb->checkForRepaintDuringLayout())
H A DRenderTableRow.cpp160 if (selfNeedsLayout() && checkForRepaintDuringLayout()) {
H A DRenderReplaced.cpp82 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
H A DRenderTableSection.cpp311 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
498 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
728 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout())
H A DRenderFlexibleBox.cpp214 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
958 if (!selfNeedsLayout() && child->checkForRepaintDuringLayout())
H A DRenderTable.cpp278 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout())
293 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
H A DRenderFrameSet.cpp459 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout();
H A DRenderObject.h634 bool checkForRepaintDuringLayout() const;
H A DRenderBlock.cpp1196 LayoutRepainter repainter(*this, m_everHadLayout && checkForRepaintDuringLayout());
2121 if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout())
2125 if (!childHadLayout && child->checkForRepaintDuringLayout()) {
3385 if (childBox->checkForRepaintDuringLayout())
H A DRenderBlockLineLayout.cpp1226 if (!f->x() && !f->y() && f->checkForRepaintDuringLayout())
H A DRenderObject.cpp1330 bool RenderObject::checkForRepaintDuringLayout() const function in class:WebCore::RenderObject
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.cpp59 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() || selfWillPaint());
H A DRenderSVGForeignObject.cpp105 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
H A DRenderSVGImage.cpp66 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
H A DRenderSVGText.cpp115 LayoutRepainter repainter(*this, checkForRepaintDuringLayout());
H A DRenderSVGPath.cpp108 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
H A DRenderSVGRoot.cpp109 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);

Completed in 254 milliseconds