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

/external/webkit/Source/WebCore/svg/
H A DSVGLocatable.h42 enum StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate }; enum in class:WebCore::SVGLocatable
44 virtual FloatRect getBBox(StyleUpdateStrategy) const = 0;
45 virtual AffineTransform getCTM(StyleUpdateStrategy) const = 0;
46 virtual AffineTransform getScreenCTM(StyleUpdateStrategy) const = 0;
47 AffineTransform getTransformToElement(SVGElement*, ExceptionCode&, StyleUpdateStrategy = AllowStyleUpdate) const;
60 static FloatRect getBBox(const SVGElement*, StyleUpdateStrategy);
61 static AffineTransform computeCTM(const SVGElement*, CTMScope, StyleUpdateStrategy);

Completed in 51 milliseconds