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 blink::SVGLengthTearOff
109 void SVGLengthTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits,… in newValueSpecifiedUnits()
125 void SVGLengthTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSt… in convertToSpecifiedUnits()
DSVGAngle.cpp93 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientTy… in SVGAngle()
213 …ool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType) in parseValue()
247 SVGAngleType unitType = SVG_ANGLETYPE_UNKNOWN; in setValueAsString() local
261 void SVGAngle::newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits) in newValueSpecifiedUnits()
268 void SVGAngle::convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState& exceptionState) in convertToSpecifiedUnits()
DSVGAngleTearOff.cpp71 void SVGAngleTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, … in newValueSpecifiedUnits()
87 void SVGAngleTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSta… in convertToSpecifiedUnits()
DSVGAngleTearOff.h58 …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.h84 SVGAngleType unitType() const { return m_unitType; } in unitType() function
DSVGLengthList.cpp155 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.js300 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()
706 double CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(UnitType unitType) in conversionToCanonicalUnitsScaleFactor()
758 double CSSPrimitiveValue::getDoubleValue(UnitType unitType, ExceptionState& exceptionState) const in getDoubleValue()
856 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType()
DCSSPrimitiveValue.h289 …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.cpp5186 Units unitType = FUnknown; in parseColorParameters() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DLengthStyleInterpolationTest.cpp32 …Value(RefPtrWillBeRawPtr<CSSValue> value, double doubleValue, CSSPrimitiveValue::UnitType unitType) in testPrimitiveValue()
/external/chromium_org/chrome/browser/resources/print_preview/
Dnative_layer.js780 unitType, argument
911 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 <<()