Home | History | Annotate | Download | only in rendering

Lines Matching refs:absoluteRects

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