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

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.idl43 const unsigned short CSS_DIMENSION = 18;
H A DCSSPrimitiveValue.cpp454 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) {
690 case CSS_DIMENSION:
H A DCSSPrimitiveValue.h71 CSS_DIMENSION = 18, enumerator in enum:WebCore::CSSPrimitiveValue::UnitTypes
H A DCSSGrammar.y1412 | DIMEN maybe_space { $$.id = 0; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_DIMENSION; }
1413 | unary_operator DIMEN maybe_space { $$.id = 0; $$.string = $2; $$.unit = CSSPrimitiveValue::CSS_DIMENSION; }
H A DCSSParser.cpp672 case CSSPrimitiveValue::CSS_DIMENSION:
4470 (!m_strict && value->unit == CSSPrimitiveValue::CSS_DIMENSION)) {

Completed in 1468 milliseconds