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

  /external/webkit/Source/WebCore/svg/
SVGStyledElement.h 80 void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); }
81 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
SVGStyledElement.cpp 361 updateRelativeLengthsInformation();
366 updateRelativeLengthsInformation(false, this);
429 void SVGStyledElement::updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement* element)
463 static_cast<SVGStyledElement*>(element)->updateRelativeLengthsInformation(hasRelativeLengths, this);

Completed in 30 milliseconds