Home
last modified time | relevance | path

Searched refs:convertToSpecifiedUnits (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngleTearOff.cpp87 void SVGAngleTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSta… in convertToSpecifiedUnits() function in blink::SVGAngleTearOff
99 … target()->convertToSpecifiedUnits(static_cast<SVGAngle::SVGAngleType>(unitType), exceptionState); in convertToSpecifiedUnits()
DSVGLengthTearOff.cpp125 void SVGLengthTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSt… in convertToSpecifiedUnits() function in blink::SVGLengthTearOff
138 target()->convertToSpecifiedUnits(toSVGLengthType(unitType), lengthContext, exceptionState); in convertToSpecifiedUnits()
DSVGLengthTearOff.h72 void convertToSpecifiedUnits(unsigned short unitType, ExceptionState&);
DSVGAngleTearOff.h67 void convertToSpecifiedUnits(unsigned short unitType, ExceptionState&);
DSVGLength.h78 void convertToSpecifiedUnits(SVGLengthType, const SVGLengthContext&, ExceptionState&);
DSVGAngle.h93 void convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState&);
DSVGAngle.idl43 [RaisesException] void convertToSpecifiedUnits(unsigned short unitType);
DSVGLength.idl49 [RaisesException] void convertToSpecifiedUnits(unsigned short unitType);
DSVGAngle.cpp268 void SVGAngle::convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState& exceptionState) in convertToSpecifiedUnits() function in blink::SVGAngle
DSVGLength.cpp247 void SVGLength::convertToSpecifiedUnits(SVGLengthType type, const SVGLengthContext& context, Except… in convertToSpecifiedUnits() function in blink::SVGLength