Home
last modified time | relevance | path

Searched refs:setMeetOrSlice (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatioTearOff.cpp54 void SVGPreserveAspectRatioTearOff::setMeetOrSlice(unsigned short meetOrSlice, ExceptionState& exce… in setMeetOrSlice() function in blink::SVGPreserveAspectRatioTearOff
65 target()->setMeetOrSlice(static_cast<SVGPreserveAspectRatio::SVGMeetOrSliceType>(meetOrSlice)); in setMeetOrSlice()
DSVGPreserveAspectRatioTearOff.h70 void setMeetOrSlice(unsigned short, ExceptionState&);
DSVGPreserveAspectRatio.h69 void setMeetOrSlice(SVGMeetOrSliceType meetOrSlice) { m_meetOrSlice = meetOrSlice; } in setMeetOrSlice() function
DSVGPreserveAspectRatio.cpp64 setMeetOrSlice(meetOrSlice); in parseInternal()
161 setMeetOrSlice(meetOrSlice); in parseInternal()
DSVGViewSpec.cpp71 … preserveAspectRatio()->baseValue()->setMeetOrSlice(SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET); in reset()
DSVGSVGElement.cpp750 …view->preserveAspectRatio()->baseValue()->setMeetOrSlice(viewElement->preserveAspectRatio()->curre… in inheritViewAttributes()
753 …view->preserveAspectRatio()->baseValue()->setMeetOrSlice(preserveAspectRatio()->currentValue()->me… in inheritViewAttributes()