Home
last modified time | relevance | path

Searched refs:preserveAspectRatioBaseValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.h81 SVGPreserveAspectRatio preserveAspectRatioBaseValue() const { return m_preserveAspectRatio; } in preserveAspectRatioBaseValue() function
DSVGViewSpec.cpp135 return SVGPropertyTraits<SVGPreserveAspectRatio>::toString(preserveAspectRatioBaseValue()); in preserveAspectRatioString()
DSVGSVGElement.cpp748 view->setPreserveAspectRatioBaseValue(viewElement->preserveAspectRatioBaseValue()); in inheritViewAttributes()
750 view->setPreserveAspectRatioBaseValue(preserveAspectRatioBaseValue()); in inheritViewAttributes()