Searched refs:absoluteRects (Results 1 - 17 of 17) 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:WebCore::RenderSVGBlock
H A DRenderSVGBlock.h57 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
H A DRenderSVGModelObject.h57 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
H A DRenderSVGModelObject.cpp73 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.h59 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
H A DRenderText.h65 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
H A DRenderView.h96 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
H A DRenderInline.cpp640 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderInline
648 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location() + box->locationOffset()));
650 continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location()));
H A DRenderBlock.h429 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
H A DRenderBox.h330 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
H A DRenderView.cpp537 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderView
H A DRenderObject.h745 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { } function in class:WebCore::RenderObject
H A DRenderText.cpp326 void RenderText::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderText
H A DRenderBlock.cpp4408 void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderBlock
4418 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() +
H A DRenderObject.cpp1370 absoluteRects(rects, flooredLayoutPoint(absPos));
H A DRenderBox.cpp527 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const function in class:WebCore::RenderBox
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp622 // Before calling absoluteRects, check for the common case where the renderer
632 renderer()->absoluteRects(rects, flooredLayoutPoint(absPos));

Completed in 284 milliseconds