Searched defs:isPercentage (Results 1 – 7 of 7) sorted by relevance
48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage() function
63 bool isPercentage() const { return m_type == LengthType && m_length.isPercent(); } in isPercentage() function
99 …bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().… in isPercentage() function
62 bool isPercentage() const { return m_type == Percentage; } in isPercentage() function
957 bool isPercentage = input.scan('%'); in parseSettings() local
224 bool isPercentage = (*ptr == '%'); in genericParseNumberOrPercentage() local
197 bool isPercentage() const { return primitiveType() == CSS_PERCENTAGE; } in isPercentage() function