Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp796 bool CSSPrimitiveValue::getDoubleValueInternal(UnitType requestedUnitType, double* result) const in getDoubleValueInternal() argument
798 …_cast<UnitType>(m_primitiveUnitType)) || !isValidCSSUnitTypeForDoubleConversion(requestedUnitType)) in getDoubleValueInternal()
802 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) { in getDoubleValueInternal()
810 UnitType targetUnitType = requestedUnitType; in getDoubleValueInternal()