Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp89 , hyphenationLimitAfter(-1) in StyleRareInheritedData()
142 , hyphenationLimitAfter(o.hyphenationLimitAfter) in StyleRareInheritedData()
195 && hyphenationLimitAfter == o.hyphenationLimitAfter in operator ==()
DStyleRareInheritedData.h110 short hyphenationLimitAfter; variable
DRenderStyle.cpp466 … || rareInheritedData->hyphenationLimitAfter != other->rareInheritedData->hyphenationLimitAfter in diff()