Searched defs:updateRelativeLengthsInformation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.h80 void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } function in class:WebCore::SVGStyledElement
81 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
H A DSVGStyledElement.cpp361 updateRelativeLengthsInformation();
366 updateRelativeLengthsInformation(false, this);
429 void SVGStyledElement::updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement* element) function in class:WebCore::SVGStyledElement
463 static_cast<SVGStyledElement*>(element)->updateRelativeLengthsInformation(hasRelativeLengths, this);

Completed in 632 milliseconds