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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLocatable.h41 enum StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate }; enum in class:WebCore::SVGLocatable
43 virtual SVGRect getBBox(StyleUpdateStrategy) = 0;
44 virtual AffineTransform getCTM(StyleUpdateStrategy) = 0;
45 virtual AffineTransform getScreenCTM(StyleUpdateStrategy) = 0;
46 AffineTransform getTransformToElement(SVGElement*, ExceptionState&, StyleUpdateStrategy = AllowStyleUpdate);
59 static SVGRect getBBox(SVGElement*, StyleUpdateStrategy);
60 static AffineTransform computeCTM(SVGElement*, CTMScope, StyleUpdateStrategy);

Completed in 63 milliseconds