Home
last modified time | relevance | path

Searched refs:AllowStyleUpdate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.h37 enum StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate }; enumerator
39 AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate);
40 AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate);
DSVGGraphicsElement.cpp55 AffineTransform ctm = getCTM(AllowStyleUpdate); in getTransformToElement()
58 AffineTransform targetCTM = toSVGGraphicsElement(target)->getCTM(AllowStyleUpdate); in getTransformToElement()
72 if (styleUpdateStrategy == SVGGraphicsElement::AllowStyleUpdate) in computeCTM()