Home
last modified time | relevance | path

Searched refs:lineHeightValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h96 CSSValue* lineHeightValue() { return m_lineHeightValue; } in lineHeightValue() function
DStyleResolver.cpp785 if (state.lineHeightValue()) in styleForKeyframe()
786 StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue()); in styleForKeyframe()
1015 if (state.lineHeightValue()) in styleForPage()
1016 StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue()); in styleForPage()
1410 if (state.lineHeightValue()) in applyMatchedProperties()
1411 StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue()); in applyMatchedProperties()