Searched refs:BBASELINE (Results 1 – 5 of 5) sorted by relevance
370 if (style()->boxAlign() == BBASELINE) { in layoutHorizontalBox()437 case BBASELINE: { in layoutHorizontalBox()668 case BBASELINE: // Baseline just maps to center for vertical boxes in layoutVerticalBox()
157 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator
498 case BBASELINE: in CSSPrimitiveValue()519 return BBASELINE; in EBoxAlignment()
1034 ASSERT(boxPack != BBASELINE); in getPropertyCSSValue()1035 if (boxPack == BJUSTIFY || boxPack== BBASELINE) in getPropertyCSSValue()
5244 if (boxPack != BSTRETCH && boxPack != BBASELINE) in applyProperty()