Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h351 TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2326 case TextJustifyDistribute: in CSSPrimitiveValue()
2342 return TextJustifyDistribute; in TextJustify()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp290 if (style()->textJustify() == TextJustifyDistribute) in textAlignmentForLine()