Home
last modified time | relevance | path

Searched refs:getBoundingBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h116 bool getBoundingBox(FloatRect&);
DSVGElement.cpp569 bool SVGElement::getBoundingBox(FloatRect& rect) in getBoundingBox() function in WebCore::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp802 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()
847 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()