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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp820 UnitType targetUnitType = requestedUnitType; local
821 UnitCategory targetCategory = unitCategory(targetUnitType);
830 targetUnitType = canonicalUnitTypeForCategory(sourceCategory);
831 if (targetUnitType == CSS_UNKNOWN)
849 factor = conversionToCanonicalUnitsScaleFactor(targetUnitType);
H A DCSSPrimitiveValue.h384 bool getDoubleValueInternal(UnitType targetUnitType, double* result) const;

Completed in 155 milliseconds