Home
last modified time | relevance | path

Searched refs:TextCombine (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h149 enum TextCombine { enum
DRenderStyle.h862TextCombine 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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperties.in234 -webkit-text-combine type_name=TextCombine
DCSSPrimitiveValueMappings.h3061 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextCombine e) in CSSPrimitiveValue()
3075 template<> inline CSSPrimitiveValue::operator TextCombine() const in TextCombine() function