Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp737 UnitTypes sourceUnitType = static_cast<UnitTypes>(primitiveType()); in getDoubleValueInternal() local
738 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) { in getDoubleValueInternal()
743 UnitCategory sourceCategory = unitCategory(sourceUnitType); in getDoubleValueInternal()
761 if (sourceUnitType == CSS_NUMBER) { in getDoubleValueInternal()
763 sourceUnitType = canonicalUnitTypeForCategory(targetCategory); in getDoubleValueInternal()
764 if (sourceUnitType == CSS_UNKNOWN) in getDoubleValueInternal()
771 double factor = conversionToCanonicalUnitsScaleFactor(sourceUnitType); in getDoubleValueInternal()