Home
last modified time | relevance | path

Searched refs:hyphenationLimitAfter (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp60 , hyphenationLimitAfter(-1) in StyleRareInheritedData()
97 , hyphenationLimitAfter(o.hyphenationLimitAfter) in StyleRareInheritedData()
146 && hyphenationLimitAfter == o.hyphenationLimitAfter in operator ==()
DStyleRareInheritedData.h95 short hyphenationLimitAfter; variable
DRenderStyle.cpp402 … || rareInheritedData->hyphenationLimitAfter != other->rareInheritedData->hyphenationLimitAfter in diff()
DRenderStyle.h702 short hyphenationLimitAfter() const { return rareInheritedData->hyphenationLimitAfter; } in hyphenationLimitAfter() function
1063 …void setHyphenationLimitAfter(short limit) { SET_VAR(rareInheritedData, hyphenationLimitAfter, lim… in setHyphenationLimitAfter()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1163 if (style->hyphenationLimitAfter() < 0) in getPropertyCSSValue()
1165 … return CSSPrimitiveValue::create(style->hyphenationLimitAfter(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
DCSSStyleSelector.cpp5532 HANDLE_INHERIT_AND_INITIAL(hyphenationLimitAfter, HyphenationLimitAfter); in applyProperty()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp2130 …ng(t, f, style->locale(), style->hyphenationLimitBefore(), style->hyphenationLimitAfter(), lastSpa… in findNextLineBreak()
2250 …ng(t, f, style->locale(), style->hyphenationLimitBefore(), style->hyphenationLimitAfter(), lastSpa… in findNextLineBreak()
/external/webkit/Source/WebCore/
DChangeLog52102 (WebCore::InheritedFlags::hyphenationLimitAfter): Added.