/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthTearOff.cpp | 50 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()
|
D | SVGAngle.cpp | 88 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()
|
D | SVGAngleTearOff.cpp | 72 void SVGAngleTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, … in newValueSpecifiedUnits() 88 void SVGAngleTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionSta… in convertToSpecifiedUnits()
|
D | SVGAngleTearOff.h | 57 …unsigned short unitType() { return hasExposedAngleUnit() ? target()->unitType() : SVGAngle::SVG_AN… in unitType() function
|
D | SVGLength.h | 55 SVGLengthType unitType() const { return static_cast<SVGLengthType>(m_unitType); } in unitType() function
|
D | SVGAngle.h | 81 SVGAngleType unitType() const { return m_unitType; } in unitType() function
|
D | SVGLengthList.cpp | 183 SVGLengthType unitType = toList->at(i)->unitType(); in calculateAnimatedValue() local
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | measurement_system.js | 17 function MeasurementSystem(thousandsDelimeter, decimalDelimeter, unitType) { argument 111 setSystem: function(thousandsDelimeter, decimalDelimeter, unitType) { argument
|
D | print_ticket_store.js | 288 thousandsDelimeter, decimalDelimeter, unitType, selectionOnly) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSPrimitiveValue.cpp | 54 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()
|
D | CSSPrimitiveValue.h | 312 …float getFloatValue(unsigned short unitType, ExceptionState& exceptionState) const { return getVal… in getFloatValue()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | MediaQueryToken.h | 69 CSSPrimitiveValue::UnitType unitType() const { return m_unit; } in unitType() function
|
D | CSSPropertyParser.cpp | 5271 Units unitType = FUnknown; in parseColorParameters() local
|
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/ |
D | LengthStyleInterpolationTest.cpp | 32 …Value(RefPtrWillBeRawPtr<CSSValue> value, double doubleValue, CSSPrimitiveValue::UnitType unitType) in testPrimitiveValue()
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
D | native_layer.js | 719 unitType, argument 835 get unitType() { getter in NativeInitialSettings
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderTreeAsText.cpp | 177 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()
|