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

/external/webkit/Source/WebCore/svg/
H A DSVGLocatable.cpp67 FloatRect SVGLocatable::getBBox(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy) argument
70 if (styleUpdateStrategy == AllowStyleUpdate)
80 AffineTransform SVGLocatable::computeCTM(const SVGElement* element, CTMScope mode, StyleUpdateStrategy styleUpdateStrategy) argument
83 if (styleUpdateStrategy == AllowStyleUpdate)
107 AffineTransform SVGLocatable::getTransformToElement(SVGElement* target, ExceptionCode& ec, StyleUpdateStrategy styleUpdateStrategy) const
109 AffineTransform ctm = getCTM(styleUpdateStrategy);
112 AffineTransform targetCTM = static_cast<SVGStyledLocatableElement*>(target)->getCTM(styleUpdateStrategy);

Completed in 56 milliseconds