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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.cpp66 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, const LayoutPoint&) const function in class:WebCore::RenderSVGBlock
H A DRenderSVGModelObject.cpp79 void RenderSVGModelObject::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderSVGModelObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp629 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderInline
637 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location() + box->locationOffset()));
639 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location()));
H A DRenderView.cpp651 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderView
H A DRenderText.cpp319 void RenderText::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderText
H A DRenderObject.h751 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { } function in class:WebCore::RenderObject
H A DRenderBox.cpp589 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderBox
H A DRenderBlock.cpp5147 void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderBlock
5157 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() +

Completed in 227 milliseconds