Home
last modified time | relevance | path

Searched refs:targetUnitType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp810 UnitType targetUnitType = requestedUnitType; in getDoubleValueInternal() local
811 UnitCategory targetCategory = unitCategory(targetUnitType); in getDoubleValueInternal()
820 targetUnitType = canonicalUnitTypeForCategory(sourceCategory); in getDoubleValueInternal()
821 if (targetUnitType == CSS_UNKNOWN) in getDoubleValueInternal()
839 factor = conversionToCanonicalUnitsScaleFactor(targetUnitType); in getDoubleValueInternal()
DCSSPrimitiveValue.h407 bool getDoubleValueInternal(UnitType targetUnitType, double* result) const;