Searched refs:hyphenationString (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.cpp144 , hyphenationString(o.hyphenationString)
210 && hyphenationString == o.hyphenationString
H A DStyleRareInheritedData.h111 AtomicString hyphenationString; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.cpp445 || rareInheritedData->hyphenationString != other->rareInheritedData->hyphenationString
1009 const AtomicString& hyphenationString = rareInheritedData.get()->hyphenationString; local
1010 if (!hyphenationString.isNull())
1011 return hyphenationString;
H A DRenderStyle.h778 const AtomicString& hyphenationString() const { return rareInheritedData->hyphenationString; } function in class:WebCore::RenderStyle
1215 void setHyphenationString(const AtomicString& h) { SET_VAR(rareInheritedData, hyphenationString, h); }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2005 if (style->hyphenationString().isNull())
2007 return cssValuePool().createValue(style->hyphenationString(), CSSPrimitiveValue::CSS_STRING);

Completed in 119 milliseconds