Home
last modified time | relevance | path

Searched defs:hasRelativeLengths (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.h41 bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); } in hasRelativeLengths() function
DSVGStyledElement.cpp429 void SVGStyledElement::updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement* … in updateRelativeLengthsInformation()