Searched defs:getBBox (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStyledLocatableElement.cpp47 FloatRect SVGStyledLocatableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const function in class:WebCore::SVGStyledLocatableElement
49 return SVGLocatable::getBBox(this, styleUpdateStrategy);
H A DSVGLocatable.cpp67 FloatRect SVGLocatable::getBBox(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy) function in class:WebCore::SVGLocatable
73 // FIXME: Eventually we should support getBBox for detached elements.
H A DSVGStyledTransformableElement.cpp122 FloatRect SVGStyledTransformableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const function in class:WebCore::SVGStyledTransformableElement
124 return SVGTransformable::getBBox(this, styleUpdateStrategy);
H A DSVGTextElement.cpp73 FloatRect SVGTextElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const function in class:WebCore::SVGTextElement
75 return SVGTransformable::getBBox(this, styleUpdateStrategy);

Completed in 85 milliseconds