Searched refs:hyphenationLimitAfter (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 60 , hyphenationLimitAfter(-1) in StyleRareInheritedData() 97 , hyphenationLimitAfter(o.hyphenationLimitAfter) in StyleRareInheritedData() 146 && hyphenationLimitAfter == o.hyphenationLimitAfter in operator ==()
|
D | StyleRareInheritedData.h | 95 short hyphenationLimitAfter; variable
|
D | RenderStyle.cpp | 402 … || rareInheritedData->hyphenationLimitAfter != other->rareInheritedData->hyphenationLimitAfter in diff()
|
D | RenderStyle.h | 702 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/ |
D | CSSComputedStyleDeclaration.cpp | 1163 if (style->hyphenationLimitAfter() < 0) in getPropertyCSSValue() 1165 … return CSSPrimitiveValue::create(style->hyphenationLimitAfter(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 5532 HANDLE_INHERIT_AND_INITIAL(hyphenationLimitAfter, HyphenationLimitAfter); in applyProperty()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 2130 …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/ |
D | ChangeLog | 52102 (WebCore::InheritedFlags::hyphenationLimitAfter): Added.
|