/external/webkit/Source/WebCore/svg/ |
D | SVGStyledLocatableElement.cpp | 47 FloatRect SVGStyledLocatableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGStyledLocatableElement 49 return SVGLocatable::getBBox(this, styleUpdateStrategy); in getBBox()
|
D | SVGLocatable.h | 44 virtual FloatRect getBBox(StyleUpdateStrategy) const = 0; 60 static FloatRect getBBox(const SVGElement*, StyleUpdateStrategy);
|
D | SVGStyledTransformableElement.cpp | 122 FloatRect SVGStyledTransformableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGStyledTransformableElement 124 return SVGTransformable::getBBox(this, styleUpdateStrategy); in getBBox()
|
D | SVGTextElement.cpp | 73 FloatRect SVGTextElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGTextElement 75 return SVGTransformable::getBBox(this, styleUpdateStrategy); in getBBox()
|
D | SVGStyledLocatableElement.h | 38 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGTextElement.h | 39 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGStyledTransformableElement.h | 48 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
|
D | SVGElement.cpp | 195 rect = static_cast<const SVGStyledLocatableElement*>(this)->getBBox(styleUpdateStrategy); in boundingBox() 199 rect = static_cast<const SVGTextElement*>(this)->getBBox(styleUpdateStrategy); in boundingBox()
|
D | SVGLocatable.cpp | 67 FloatRect SVGLocatable::getBBox(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy) in getBBox() function in WebCore::SVGLocatable
|
D | SVGLocatable.idl | 33 SVGRect getBBox();
|
D | SVGSVGElement.cpp | 429 return rect.intersects(getBBox()); in checkIntersection() 437 return rect.contains(getBBox()); in checkEnclosure()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 4528 (SVGLocatableImpl::getBBox): fixed bbox() behavior 5564 (SVGLocatableImpl::getBBox): 5695 (SVGStyledLocatableElementImpl::getBBox): 5712 (SVGStyledTransformableElementImpl::getBBox): 5743 (SVGTextElementImpl::getBBox):
|
D | ChangeLog-2006-12-31 | 6963 (WebCore::SVGLocatable::getBBox): 21829 - Removes #ifdefs around the getBBox() method in SVGLocatable.idl allowing 22376 (WebCore::SVGLocatable::getBBox): 51581 (SVGLocatable::getBBox): 51644 (SVGStyledLocatableElement::getBBox): 51647 (SVGStyledTransformableElement::getBBox): 51661 (WebCore::SVGTextElement::getBBox):
|
D | ChangeLog-2010-12-06 | 27756 methods: nearestViewportElement, farthestViewportElement, getBBox. 27764 (SVGStyledTransformableElement::getBBox): 27823 Dispatched the calls from Element::getBoundingClientRect to getBBox 27826 as a class that provides getBBox. 27832 methods: nearestViewportElement, farthestViewportElement, getBBox. 27848 (SVGStyledTransformableElement::getBBox): Removed. 56898 Use getBBox to retrieve the bounding rectangle for SVG elements. 75426 (WebCore::SVGLocatable::getBBox): 75432 (WebCore::SVGStyledLocatableElement::getBBox): 75439 (WebCore::SVGStyledTransformableElement::getBBox): [all …]
|
D | ChangeLog-2009-06-16 | 20068 This patch also discovered that at least tspan.getBBox() is broken. This 20069 along with the foreignObject.getBBox() change will be tested (and fixed) in a 20072 No change in behavior (besides the above mentioned foreignObject.getBBox()), thus no tests. 20075 …derForeignObject::objectBoundingBox): this is a behavior improvement for getBBox() test case comin… 20134 (WebCore::SVGLocatable::getBBox): 20352 (WebCore::SVGLocatable::getBBox):
|
D | ChangeLog-2006-05-10 | 32922 (SVGLocatableImpl::getBBox): 36995 (SVGLocatableImpl::getBBox): Rect -> QRectF
|
D | ChangeLog-2010-05-24 | 28356 (WebCore::SVGLocatable::getBBox):
|
D | ChangeLog-2007-10-14 | 66588 (WebCore::SVGLocatable::getBBox):
|
D | ChangeLog-2008-08-10 | 16384 (WebCore::SVGLocatable::getBBox): Add missing updateLayout call.
|