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.h376 enum TextJustify { enum
DRenderStyle.h558TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify()
1080 void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); } in setTextJustify()
1569 static TextJustify initialTextJustify() { return TextJustifyAuto; } in initialTextJustify()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperties.in126 text-justify type_name=TextJustify
DCSSPrimitiveValueMappings.h2418 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextJustify e) in CSSPrimitiveValue()
2438 template<> inline CSSPrimitiveValue::operator TextJustify() const in TextJustify() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp696 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment()