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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h155 void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } function in class:WebCore::SVGElement
156 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGElement*);
H A DSVGElement.cpp330 updateRelativeLengthsInformation();
340 updateRelativeLengthsInformation(false, this);
437 void SVGElement::updateRelativeLengthsInformation(bool hasRelativeLengths, SVGElement* element) function in class:WebCore::SVGElement
466 element->updateRelativeLengthsInformation(hasRelativeLengths, this);

Completed in 91 milliseconds