HomeSort by relevance Sort by last modified time
    Searched defs:m_preserveAspectRatio (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.h 45 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
64 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
SVGFitToViewBox.h 68 m_preserveAspectRatio->setBaseValueAsString(value, parseError);
78 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); }
84 void clearPreserveAspectRatio() { m_preserveAspectRatio = nullptr; }
88 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
SVGImageElement.h 46 SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
76 RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
PatternAttributes.h 38 , m_preserveAspectRatio(SVGPreserveAspectRatio::create())
60 SVGPreserveAspectRatio* preserveAspectRatio() const { return m_preserveAspectRatio.get(); }
98 m_preserveAspectRatio = value;
144 RefPtr<SVGPreserveAspectRatio> m_preserveAspectRatio;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.h 62 PassRefPtr<SVGPreserveAspectRatio> m_preserveAspectRatio;

Completed in 622 milliseconds