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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp806 bool CSSPrimitiveValue::getDoubleValueInternal(UnitType requestedUnitType, double* result) const argument
808 if (!isValidCSSUnitTypeForDoubleConversion(static_cast<UnitType>(m_primitiveUnitType)) || !isValidCSSUnitTypeForDoubleConversion(requestedUnitType))
812 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) {
820 UnitType targetUnitType = requestedUnitType;

Completed in 219 milliseconds