Home
last modified time | relevance | path

Searched refs:hyphenationString (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp95 , hyphenationString(o.hyphenationString) in StyleRareInheritedData()
151 && hyphenationString == o.hyphenationString in operator ==()
DStyleRareInheritedData.h93 AtomicString hyphenationString; variable
DRenderStyle.cpp403 || rareInheritedData->hyphenationString != other->rareInheritedData->hyphenationString in diff()
860 const AtomicString& hyphenationString = rareInheritedData.get()->hyphenationString; in hyphenString() local
861 if (!hyphenationString.isNull()) in hyphenString()
862 return hyphenationString; in hyphenString()
DRenderStyle.h703 const AtomicString& hyphenationString() const { return rareInheritedData->hyphenationString; } in hyphenationString() function
1064 …void setHyphenationString(const AtomicString& h) { SET_VAR(rareInheritedData, hyphenationString, h… in setHyphenationString()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1159 if (style->hyphenationString().isNull()) in getPropertyCSSValue()
1161 …return primitiveValueCache->createValue(style->hyphenationString(), CSSPrimitiveValue::CSS_STRING); in getPropertyCSSValue()
DCSSStyleSelector.cpp5524 HANDLE_INHERIT_AND_INITIAL(hyphenationString, HyphenationString); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0686858 Updated for the renaming of RenderStyle::hyphenateCharacter() to hyphenationString().
86864 … RenderStyle. Updated for the renaming of RenderStyle::hyphenateCharacter() to hyphenationString().
86902 hyphenationString().
86904 (WebCore::InheritedFlags::hyphenationString): Renamed hyphenateCharacter() to this.