specifiedLineHeight 362 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLineHeight(style.specifiedLineHeight(), style); specifiedLineHeight 160 Source/core/animation/css/CSSPropertyEquality.cpp return a.specifiedLineHeight() == b.specifiedLineHeight(); specifiedLineHeight 1215 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::setLineHeight(Length specifiedLineHeight) { SET_VAR(inherited, line_height, specifiedLineHeight); } specifiedLineHeight 595 Source/core/rendering/style/RenderStyle.h const Length& specifiedLineHeight() const; specifiedLineHeight 1116 Source/core/rendering/style/RenderStyle.h void setLineHeight(Length specifiedLineHeight);