Home
last modified time | relevance | path

Searched refs:absoluteRects (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGBlock.h57 …virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE …
DRenderSVGBlock.cpp68 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, const LayoutPoint&) const in absoluteRects() function in blink::RenderSVGBlock
DRenderSVGModelObject.h57 …virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE …
DRenderSVGModelObject.cpp74 void RenderSVGModelObject::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffs… in absoluteRects() function in blink::RenderSVGModelObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h107 … virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
DRenderText.h66 …virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE …
DRenderInline.h60 …virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE …
DRenderInline.cpp658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const in absoluteRects() function in blink::RenderInline
666 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects()
668 …continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location… in absoluteRects()
DRenderBlock.h406 … virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
DRenderView.cpp420 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const in absoluteRects() function in blink::RenderView
DRenderBox.h330 … virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE;
DRenderObject.h787 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { } in absoluteRects() function
DRenderText.cpp326 void RenderText::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const in absoluteRects() function in blink::RenderText
DRenderBlock.cpp3888 void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const in absoluteRects() function in blink::RenderBlock
3898 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() + in absoluteRects()
DRenderObject.cpp1031 absoluteRects(rects, flooredLayoutPoint(absPos)); in absoluteBoundingBoxRectIgnoringTransforms()
DRenderBox.cpp506 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const in absoluteRects() function in blink::RenderBox
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp633 renderer()->absoluteRects(rects, flooredLayoutPoint(absPos)); in hasNonEmptyBoundingBox()