Searched defs:absoluteRects (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.cpp68 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, const LayoutPoint&) const function in class:blink::RenderSVGBlock
H A DRenderSVGModelObject.cpp74 void RenderSVGModelObject::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderSVGModelObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp420 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderView
H A DRenderInline.cpp658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderInline
666 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location() + box->locationOffset()));
668 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location()));
H A DRenderText.cpp326 void RenderText::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderText
H A DRenderObject.h787 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { } function in class:blink::RenderObject
H A DRenderBlock.cpp3888 void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderBlock
3898 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() +
H A DRenderBox.cpp506 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:blink::RenderBox

Completed in 478 milliseconds