Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h350 enum TextJustify { enum
DRenderStyle.h567TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify()
1131 void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); } in setTextJustify()
1596 static TextJustify initialTextJustify() { return TextJustifyAuto; } in initialTextJustify()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2312 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextJustify e) in CSSPrimitiveValue()
2332 template<> inline CSSPrimitiveValue::operator TextJustify() const in TextJustify() function
DCSSProperties.in271 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp585 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment()