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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 746 UnitTypes targetUnitType = requestedUnitType;
747 UnitCategory targetCategory = unitCategory(targetUnitType);
756 targetUnitType = canonicalUnitTypeForCategory(sourceCategory);
757 if (targetUnitType == CSS_UNKNOWN)
775 factor = conversionToCanonicalUnitsScaleFactor(targetUnitType);
    [all...]
CSSPrimitiveValue.h 367 bool getDoubleValueInternal(UnitTypes targetUnitType, double* result) const;

Completed in 32 milliseconds