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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.idl 37 [StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits);
SVGAngle.h 55 void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState&);
SVGLength.idl 43 [StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType,
SVGLength.h 85 void newValueSpecifiedUnits(unsigned short, float valueInSpecifiedUnits, ExceptionState&);
122 length.newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress), exceptionState);
132 length.newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress), exceptionState);
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), exceptionState);
153 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), exceptionState);
SVGAngle.cpp 174 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState& exceptionState)
SVGLength.cpp 273 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value, ExceptionState& exceptionState)
352 length.newValueSpecifiedUnits(svgType, value->getFloatValue(), exceptionState);
SVGTextContentElement.cpp 97 m_textLength.value.newValueSpecifiedUnits(LengthTypeNumber, getComputedTextLength(), ASSERT_NO_EXCEPTION);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableStrokeDasharrayListTest.cpp 51 vectorB[3].newValueSpecifiedUnits(LengthTypePX, 50, exceptionState);
AnimatableStrokeDasharrayList.cpp 72 length.newValueSpecifiedUnits(LengthTypePX, 0, IGNORE_EXCEPTION);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 101 length.newValueSpecifiedUnits(LengthTypeNumber, 0, ASSERT_NO_EXCEPTION);
108 length.newValueSpecifiedUnits(LengthTypeNumber, 0, ASSERT_NO_EXCEPTION);
115 length.newValueSpecifiedUnits(LengthTypeNumber, 0, ASSERT_NO_EXCEPTION);
122 length.newValueSpecifiedUnits(LengthTypeNumber, 1, ASSERT_NO_EXCEPTION);

Completed in 146 milliseconds