HomeSort by relevance Sort by last modified time
    Searched refs:targetUnitType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 465 UnitTypes targetUnitType = requestedUnitType;
466 UnitCategory targetCategory = unitCategory(targetUnitType);
475 targetUnitType = canonicalUnitTypeForCategory(sourceCategory);
476 if (targetUnitType == CSS_UNKNOWN)
494 factor = conversionToCanonicalUnitsScaleFactor(targetUnitType);
CSSPrimitiveValue.h 222 bool getDoubleValueInternal(UnitTypes targetUnitType, double* result) const;

Completed in 3019 milliseconds