Searched refs:TextCombine (Results 1 – 4 of 4) sorted by relevance
149 enum TextCombine { enum
862 …TextCombine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textComb… in textCombine()1299 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); } in setTextCombine()1528 static TextCombine initialTextCombine() { return TextCombineNone; } in initialTextCombine()
234 -webkit-text-combine type_name=TextCombine
3061 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextCombine e) in CSSPrimitiveValue()3075 template<> inline CSSPrimitiveValue::operator TextCombine() const in TextCombine() function