Searched refs:m_category (Results 1 – 3 of 3) sorted by relevance
75 …ol equals(const CSSCalcExpressionNode& other) const { return m_category == other.m_category && m_i… in equals()78 CalculationCategory category() const { return m_category; } in category()84 : m_category(category) in CSSCalcExpressionNode()89 CalculationCategory m_category; variable
228 switch (m_category) { in toCalcValue()260 switch (m_category) { in computeLengthPx()490 switch (m_category) { in primitiveType()
51 m_category = PropertyCategory.NORMAL; in Property()75 private PropertyCategory m_category; field in Property81 return m_category; in getCategory()88 m_category = category; in setCategory()