HomeSort by relevance Sort by last modified time
    Searched full:sourceunittype (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 461 UnitTypes sourceUnitType = static_cast<UnitTypes>(m_type);
462 UnitCategory sourceCategory = unitCategory(sourceUnitType);
480 if (sourceUnitType == CSS_NUMBER) {
482 sourceUnitType = canonicalUnitTypeForCategory(targetCategory);
483 if (sourceUnitType == CSS_UNKNOWN)
490 double factor = conversionToCanonicalUnitsScaleFactor(sourceUnitType);

Completed in 514 milliseconds