Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h127 enum TextCombine { enum
DRenderStyle.h743TextCombine 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()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2061 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextCombine e) in CSSPrimitiveValue()
2075 template<> inline CSSPrimitiveValue::operator TextCombine() const in TextCombine() function
DCSSStyleSelector.cpp5924 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textCombine, TextCombine) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1612277 - 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):
DChangeLog-2010-12-0619714 (WebCore::CSSPrimitiveValue::operator TextCombine):