Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h148 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator
/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp609 if (style()->boxPack() == BJUSTIFY) { in layoutHorizontalBox()
1009 if (style()->boxPack() == BJUSTIFY) { in layoutVerticalBox()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h426 case BJUSTIFY: in CSSPrimitiveValue()
446 return BJUSTIFY; in EBoxAlignment()
DCSSComputedStyleDeclaration.cpp753 if (boxPack == BJUSTIFY || boxPack== BBASELINE) in getPropertyCSSValue()
DCSSStyleSelector.cpp4599 if (boxAlignment != BJUSTIFY) in applyProperty()