Home
last modified time | relevance | path

Searched refs:textJustify (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp369 if (style()->textJustify() == TextJustifyDistribute) in textAlignmentForLine()
696 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment() local
710 if (textAlign == JUSTIFY && r != trailingSpaceRun && textJustify != TextJustifyNone) { in computeInlineDirectionPositionsForSegment()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h558 …TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2281 return cssValuePool().createValue(style->textJustify()); in getPropertyCSSValue()