Home
last modified time | relevance | path

Searched refs:BJUSTIFY (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h157 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp551 if (style()->boxPack() == BJUSTIFY) { in layoutHorizontalBox()
797 if (style()->boxPack() == BJUSTIFY) { in layoutVerticalBox()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h501 case BJUSTIFY: in CSSPrimitiveValue()
521 return BJUSTIFY; in EBoxAlignment()
DCSSComputedStyleDeclaration.cpp1035 if (boxPack == BJUSTIFY || boxPack== BBASELINE) in getPropertyCSSValue()
DCSSStyleSelector.cpp5216 if (boxAlignment != BJUSTIFY) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog3276 Remove special-case logic checking for BJUSTIFY and use existing macro.