Home
last modified time | relevance | path

Searched refs:TextAlignLast (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h346 enum TextAlignLast { enum
DRenderStyle.h566TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textA… in textAlignLast()
1130 void setTextAlignLast(TextAlignLast v) { SET_VAR(rareInheritedData, m_textAlignLast, v); } in setTextAlignLast()
1595 static TextAlignLast initialTextAlignLast() { return TextAlignLastAuto; } in initialTextAlignLast()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2257 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextAlignLast e) in CSSPrimitiveValue()
2286 template<> inline CSSPrimitiveValue::operator TextAlignLast() const in TextAlignLast() function
DCSSProperties.in263 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp275 TextAlignLast alignmentLast = style()->textAlignLast(); in textAlignmentForLine()