Searched defs:isPercentage (Results 1 – 3 of 3) sorted by relevance
48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage() function
62 bool isPercentage() const { return m_type == Percentage; } in isPercentage() function
176 bool isPercentage() const { return primitiveType() == CSS_PERCENTAGE; } in isPercentage() function