Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp174 …erBoxModelObject* renderer, const IntRect& rect, int tx, int ty, bool usePrintRect, int outlineSiz… in anyLineIntersectsRect() argument
183 if (usePrintRect && !firstLineBox()->parent()) in anyLineIntersectsRect()
186 if (usePrintRect && !lastLineBox()->parent()) in anyLineIntersectsRect()
220 bool usePrintRect = !v->printRect().isEmpty(); in paint() local
222 if (!anyLineIntersectsRect(renderer, paintInfo.rect, tx, ty, usePrintRect, outlineSize)) in paint()
233 if (usePrintRect) { in paint()
DRenderLineBoxList.h70 …sectsRect(RenderBoxModelObject*, const IntRect&, int tx, int ty, bool usePrintRect = false, int ou…
DRenderBlock.cpp2440 bool usePrintRect = !renderView->printRect().isEmpty(); in paintChildren() local
2444 …bool checkBeforeAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakBefore() =… in paintChildren()
2452 …if (!child->isFloating() && child->isReplaced() && usePrintRect && child->height() <= renderView->… in paintChildren()
2468 …bool checkAfterAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakAfter() == … in paintChildren()