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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 70 bool anyLineIntersectsRect(RenderBoxModelObject*, const IntRect&, int tx, int ty, bool usePrintRect = false, int outlineSize = 0) const;
RenderLineBoxList.cpp 174 bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const IntRect& rect, int tx, int ty, bool usePrintRect, int outlineSize) const
183 if (usePrintRect && !firstLineBox()->parent())
186 if (usePrintRect && !lastLineBox()->parent())
220 bool usePrintRect = !v->printRect().isEmpty();
222 if (!anyLineIntersectsRect(renderer, paintInfo.rect, tx, ty, usePrintRect, outlineSize))
233 if (usePrintRect) {
RenderBlock.cpp     [all...]

Completed in 120 milliseconds