Searched refs:TextCombine (Results 1 – 6 of 6) sorted by relevance
127 enum TextCombine { enum
743 …TextCombine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textComb… in textCombine()1088 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); } in setTextCombine()1228 static TextCombine initialTextCombine() { return TextCombineNone; } in initialTextCombine()
2061 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextCombine e) in CSSPrimitiveValue()2075 template<> inline CSSPrimitiveValue::operator TextCombine() const in TextCombine() function
5924 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textCombine, TextCombine) in applyProperty()
12277 - Changed to set "Unique" flag to RenderStyle in case of TextCombine.12280 - Changed to create RenderCombineText in case of TextCombine.12380 - Made to always use the render object's width() in case of TextCombine.12416 - Added for a quick test of TextCombine.41048 (WebCore::CSSPrimitiveValue::operator TextCombine):
19714 (WebCore::CSSPrimitiveValue::operator TextCombine):