Home | History | Annotate | Download | only in WebCore

Lines Matching full:rewrite

1974         (WebCore::gatherFlexChildrenInfo): Rewrite uses of FlexBoxIterator into for statements
29400 * rendering/svg/SVGTextLayoutAttributesBuilder.cpp: Rewrite code, see explaination above.
33935 * rendering/svg/SVGTextLayoutEngine.cpp: Rewrite & cleanup the main layout algorithm, to be less confusing.
47356 Rewrite background position component parsing to match the spec. Our old parsing would allow "100% left" to be valid
59494 Rewrite SVGColor/SVGPaint to actually implement their desired setPaint/setColor/setURI APIs.
59518 * svg/SVGColor.cpp: Rewrite to fully implement the SVGColor API, merge all constructors into one, use more descriptable create() naming convention.
59535 * svg/SVGPaint.cpp: Rewrite to fully implement the SVGPaint API, merge all constructors into one, use more descriptable create() naming convention.