HomeSort by relevance Sort by last modified time
    Searched defs:getBBox (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp 233 FloatRect SVGGraphicsElement::getBBox()
237 // FIXME: Eventually we should support getBBox for detached elements.
246 return SVGRectTearOff::create(SVGRect::create(getBBox()), 0, PropertyIsNotAnimVal);
SVGPathElement.cpp 273 FloatRect SVGPathElement::getBBox()
275 // By default, getBBox() returns objectBoundingBox but that will include
280 // FIXME: Eventually we should support getBBox for detached elements.

Completed in 60 milliseconds