Home | History | Annotate | Download | only in rendering

Lines Matching refs:absoluteRects

658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
666 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location() + box->locationOffset()));
668 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location()));