/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGBlock.h | 39 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderSVGModelObject.h | 58 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderSVGBlock.cpp | 71 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, int, int) in absoluteRects() function in WebCore::RenderSVGBlock
|
D | RenderSVGModelObject.cpp | 73 void RenderSVGModelObject::absoluteRects(Vector<IntRect>&, int, int) in absoluteRects() function in WebCore::RenderSVGModelObject
|
/external/webkit/Source/WebCore/wml/ |
D | WMLAElement.cpp | 113 renderer()->absoluteRects(rects, absPos.x(), absPos.y()); in isKeyboardFocusable()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.h | 59 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderInline.h | 51 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderView.h | 85 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderInline.cpp | 468 void RenderInline::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects() function in WebCore::RenderInline 481 continuation()->absoluteRects(rects, in absoluteRects() 485 … continuation()->absoluteRects(rects, tx - containingBlock()->x(), ty - containingBlock()->y()); in absoluteRects()
|
D | RenderBox.h | 226 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderView.cpp | 331 void RenderView::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects() function in WebCore::RenderView
|
D | RenderObject.h | 580 virtual void absoluteRects(Vector<IntRect>&, int, int) { } in absoluteRects() function
|
D | RenderBlock.h | 589 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
D | RenderText.cpp | 308 void RenderText::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects() function in WebCore::RenderText
|
D | RenderObject.cpp | 1088 absoluteRects(rects, absPos.x(), absPos.y()); in absoluteBoundingBoxRect()
|
D | RenderBlock.cpp | 5748 void RenderBlock::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects() function in WebCore::RenderBlock 5758 continuation()->absoluteRects(rects, in absoluteRects()
|
D | RenderBox.cpp | 473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects() function in WebCore::RenderBox
|
/external/webkit/Source/WebCore/dom/ |
D | Node.cpp | 847 renderer()->absoluteRects(rects, absPos.x(), absPos.y()); in hasNonEmptyBoundingBox()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 273 (WebCore::RenderSVGText::absoluteRects): 2238 Unify absoluteRects() of RenderSVGTSpan & RenderSVGTextPath. 2242 (WebCore::RenderSVGTSpan::absoluteRects): 2244 (WebCore::RenderSVGTextPath::absoluteRects): 2279 … - RenderSVGRoot::absoluteRects() can't return the absoluteClippedOverflowRect() as it includes 2281 when inspecting with WebInspector. -> Pass down absoluteRects() call to it's children.. 2282 … - RenderSVGText::absoluteRects() can't use absoluteClippedOverflowRect() for the same reason. 2283 … - Add RenderSVGInlineText::computeAbsoluteRectForRange() function - shared by absoluteRects() and 2292 (WebCore::RenderSVGInlineText::absoluteRects): 2297 (WebCore::RenderSVGRoot::absoluteRects): [all …]
|
D | ChangeLog-2009-06-16 | 13395 … Move absoluteRects and absoluteQuads into RenderSVGInline and remove absoluteTransform() usage 13399 (WebCore::RenderSVGInline::absoluteRects): 13415 (WebCore::RenderSVGText::absoluteRects): 15737 (WebCore::RenderBlock::absoluteRects): 15741 (WebCore::RenderBox::absoluteRects): 15745 (WebCore::RenderInline::absoluteRects): 15749 (WebCore::RenderObject::absoluteRects): 15752 (WebCore::RenderSVGHiddenContainer::absoluteRects): 15756 (WebCore::RenderSVGImage::absoluteRects): 15760 (WebCore::RenderSVGInlineText::absoluteRects): [all …]
|
D | ChangeLog-2006-12-31 | 12810 (WebCore::RenderObject::absoluteRects): 16660 (WebCore::RenderInline::absoluteRects): 23728 (WebCore::RenderSVGInlineText::absoluteRects): 23735 (WebCore::RenderSVGTSpan::absoluteRects): 23744 (WebCore::RenderSVGText::absoluteRects): 32295 * kcanvas/RenderPath.cpp: (WebCore::RenderPath::absoluteRects): Ditto. 32297 * kcanvas/RenderSVGImage.cpp: (WebCore::RenderSVGImage::absoluteRects): Ditto. 32299 * kcanvas/RenderSVGText.cpp: (WebCore::RenderSVGText::absoluteRects): Ditto. 32317 * rendering/RenderInline.cpp: (WebCore::RenderInline::absoluteRects): Ditto. 32321 (WebCore::RenderObject::absoluteRects): Ditto. [all …]
|
D | ChangeLog-2006-05-10 | 4470 svg specific render objects by overriding absoluteRects. 4475 (WebCore::RenderPath::absoluteRects): 4479 (WebCore::RenderSVGImage::absoluteRects): 4482 (WebCore::RenderSVGText::absoluteRects): 12949 (WebCore::RenderObject::absoluteRects): 32746 (khtml::RenderText::absoluteRects): 32791 (RenderCanvas::absoluteRects): 32818 (RenderInline::absoluteRects): 32857 (RenderObject::absoluteRects):
|
D | ChangeLog-2005-08-23 | 49424 (RenderCanvas::absoluteRects): 52524 (RenderText::absoluteRects): 53635 all continuations, not just the main render object. Also, check the absoluteRects after 53640 * khtml/rendering/render_inline.cpp: (RenderInline::absoluteRects): 53642 * khtml/rendering/render_object.cpp: (RenderObject::absoluteRects): 53644 * khtml/rendering/render_text.cpp: (RenderText::absoluteRects): 53683 (RenderInline::absoluteRects): 53686 (RenderObject::absoluteRects): 53689 (RenderText::absoluteRects):
|
D | ChangeLog-2010-12-06 | 44454 (WebCore::RenderBlock::absoluteRects): 48390 (WebCore::RenderInline::absoluteRects): 48403 (WebCore::RenderText::absoluteRects): 114692 …(WebCore::RenderSVGBlock::absoluteRects): ASSERT_NOT_REACHED() here. SVG should only be inspected … 114693 …* rendering/RenderSVGBlock.h: Add absoluteRects() in this base class for RenderForeignObject/Rende… 114694 …* rendering/RenderSVGHiddenContainer.cpp: Remove absoluteRects() - RenderSVGModelObject already ha… 114697 (WebCore::RenderSVGImage::absoluteRects): ASSERT_NOT_REACHED() here. 114705 (WebCore::RenderSVGModelObject::absoluteRects): ASSERT_NOT_REACHED() here. 118605 …* rendering/RenderSVGInline.cpp: Remove custom absoluteRects/absoluteQuads code, all shared with R… 118614 …* rendering/RenderSVGInlineText.h: Remove custom absoluteRects/absoluteQuads/selectionRectForRepai… [all …]
|
D | ChangeLog-2010-05-24 | 914 (WebCore::RenderBlock::absoluteRects): 36410 (WebCore::RenderInline::absoluteRects): 36430 (WebCore::RenderSVGInline::absoluteRects): 36433 (WebCore::RenderSVGText::absoluteRects):
|