Searched refs:getBBox (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.idl37 SVGRect getBBox();
H A DSVGGraphicsElement.h49 virtual SVGRect getBBox();
H A DSVGPathElement.h94 virtual SVGRect getBBox() OVERRIDE FINAL;
H A DSVGGraphicsElement.cpp226 SVGRect SVGGraphicsElement::getBBox() function in class:WebCore::SVGGraphicsElement
230 // FIXME: Eventually we should support getBBox for detached elements.
H A DSVGPathElement.cpp385 SVGRect SVGPathElement::getBBox() function in class:WebCore::SVGPathElement
387 // By default, getBBox() returns objectBoundingBox but that will include
392 // FIXME: Eventually we should support getBBox for detached elements.
H A DSVGElement.cpp602 rect = toSVGGraphicsElement(this)->getBBox();

Completed in 135 milliseconds