JUSTIFY          2225 Source/core/css/CSSPrimitiveValueMappings.h     case JUSTIFY:
JUSTIFY           323 Source/core/rendering/RenderBlockLineLayout.cpp         return (alignment == JUSTIFY) ? TASTART : alignment;
JUSTIFY           338 Source/core/rendering/RenderBlockLineLayout.cpp         return JUSTIFY;
JUSTIFY           340 Source/core/rendering/RenderBlockLineLayout.cpp         if (alignment != JUSTIFY)
JUSTIFY           343 Source/core/rendering/RenderBlockLineLayout.cpp             return JUSTIFY;
JUSTIFY           565 Source/core/rendering/RenderBlockLineLayout.cpp     case JUSTIFY:
JUSTIFY           654 Source/core/rendering/RenderBlockLineLayout.cpp             if (textAlign == JUSTIFY && r != trailingSpaceRun && textJustify != TextJustifyNone) {
JUSTIFY          2664 Source/core/rendering/RenderBoxModelObject.cpp     case JUSTIFY:
JUSTIFY           389 Source/core/rendering/RenderListBox.cpp     if (actualAlignment == TASTART || actualAlignment == JUSTIFY)
JUSTIFY           143 Source/core/rendering/RenderRubyBase.cpp     return JUSTIFY;
JUSTIFY            62 Source/core/rendering/RenderRubyText.cpp     return JUSTIFY;
JUSTIFY           705 Source/core/rendering/RenderText.cpp     case JUSTIFY: