HomeSort by relevance Sort by last modified time
    Searched refs:AllowStyleUpdate (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.h 38 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
40 virtual AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGStyledTransformableElement.h 39 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
40 virtual AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
48 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGTextElement.h 39 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
40 virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
41 virtual AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate) const;
SVGLocatable.h 42 enum StyleUpdateStrategy { AllowStyleUpdate, DisallowStyleUpdate };
47 AffineTransform getTransformToElement(SVGElement*, ExceptionCode&, StyleUpdateStrategy = AllowStyleUpdate) const;
SVGLocatable.cpp 70 if (styleUpdateStrategy == AllowStyleUpdate)
83 if (styleUpdateStrategy == AllowStyleUpdate)
SVGElement.h 103 bool boundingBox(FloatRect&, SVGLocatable::StyleUpdateStrategy = SVGLocatable::AllowStyleUpdate) const;

Completed in 211 milliseconds