Home
last modified time | relevance | path

Searched defs:unitType (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthTearOff.cpp50 SVGLengthType SVGLengthTearOff::unitType() in unitType() function in WebCore::SVGLengthTearOff
109 void SVGLengthTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits,… in newValueSpecifiedUnits()
125 void SVGLengthTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSt… in convertToSpecifiedUnits()
DSVGAngle.cpp88 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientTy… in SVGAngle()
216 …ool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType) in parseValue()
245 SVGAngleType unitType = SVG_ANGLETYPE_UNKNOWN; in setValueAsString() local
259 void SVGAngle::newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits) in newValueSpecifiedUnits()
266 void SVGAngle::convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState& exceptionState) in convertToSpecifiedUnits()
DSVGAngleTearOff.cpp72 void SVGAngleTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, … in newValueSpecifiedUnits()
88 void SVGAngleTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSta… in convertToSpecifiedUnits()
DSVGAngleTearOff.h57 …unsigned short unitType() { return hasExposedAngleUnit() ? target()->unitType() : SVGAngle::SVG_AN… in unitType() function
DSVGLength.h55 SVGLengthType unitType() const { return static_cast<SVGLengthType>(m_unitType); } in unitType() function
DSVGAngle.h81 SVGAngleType unitType() const { return m_unitType; } in unitType() function
DSVGLengthList.cpp183 SVGLengthType unitType = toList->at(i)->unitType(); in calculateAnimatedValue() local
/external/chromium_org/chrome/browser/resources/print_preview/data/
Dmeasurement_system.js17 function MeasurementSystem(thousandsDelimeter, decimalDelimeter, unitType) { argument
111 setSystem: function(thousandsDelimeter, decimalDelimeter, unitType) { argument
Dprint_ticket_store.js288 thousandsDelimeter, decimalDelimeter, unitType, selectionOnly) { argument
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp54 static inline bool isValidCSSUnitTypeForDoubleConversion(CSSPrimitiveValue::UnitType unitType) in isValidCSSUnitTypeForDoubleConversion()
696 double CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(UnitType unitType) in conversionToCanonicalUnitsScaleFactor()
748 double CSSPrimitiveValue::getDoubleValue(UnitType unitType, ExceptionState& exceptionState) const in getDoubleValue()
846 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType()
DCSSPrimitiveValue.h312 …float getFloatValue(unsigned short unitType, ExceptionState& exceptionState) const { return getVal… in getFloatValue()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DMediaQueryToken.h69 CSSPrimitiveValue::UnitType unitType() const { return m_unit; } in unitType() function
DCSSPropertyParser.cpp5271 Units unitType = FUnknown; in parseColorParameters() local
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DLengthStyleInterpolationTest.cpp32 …Value(RefPtrWillBeRawPtr<CSSValue> value, double doubleValue, CSSPrimitiveValue::UnitType unitType) in testPrimitiveValue()
/external/chromium_org/chrome/browser/resources/print_preview/
Dnative_layer.js719 unitType, argument
835 get unitType() { getter in NativeInitialSettings
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.cpp177 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()