Searched refs:m_lineHeightValue (Results 1 – 2 of 2) sorted by relevance
274 CSSValue* m_lineHeightValue; variable
1220 m_lineHeightValue = 0; in styleForElement()1233 if (m_lineHeightValue) in styleForElement()1234 applyProperty(CSSPropertyLineHeight, m_lineHeightValue); in styleForElement()1297 m_lineHeightValue = 0; in keyframeStylesForAnimation()1308 if (m_lineHeightValue) in keyframeStylesForAnimation()1309 applyProperty(CSSPropertyLineHeight, m_lineHeightValue); in keyframeStylesForAnimation()1380 m_lineHeightValue = 0; in pseudoStyleForElement()1392 if (m_lineHeightValue) in pseudoStyleForElement()1393 applyProperty(CSSPropertyLineHeight, m_lineHeightValue); in pseudoStyleForElement()2812 m_lineHeightValue = current.value(); in applyDeclarations()[all …]