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

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.cpp452 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const argument
454 if (m_type < CSS_NUMBER || (m_type > CSS_DIMENSION && m_type < CSS_TURN) || requestedUnitType < CSS_NUMBER || (requestedUnitType > CSS_DIMENSION && requestedUnitType < CSS_TURN))
456 if (requestedUnitType == m_type || requestedUnitType == CSS_DIMENSION) {
465 UnitTypes targetUnitType = requestedUnitType;

Completed in 47 milliseconds