HomeSort by relevance Sort by last modified time
    Searched refs:textJustify (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 290 if (style()->textJustify() == TextJustifyDistribute)
585 TextJustify textJustify = style()->textJustify();
595 if (textAlign == JUSTIFY && r != trailingSpaceRun && textJustify != TextJustifyNone) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 567 TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify); }
    [all...]

Completed in 1528 milliseconds