Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp370 if (style()->boxAlign() == BBASELINE) { in layoutHorizontalBox()
437 case BBASELINE: { in layoutHorizontalBox()
668 case BBASELINE: // Baseline just maps to center for vertical boxes in layoutVerticalBox()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h157 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h498 case BBASELINE: in CSSPrimitiveValue()
519 return BBASELINE; in EBoxAlignment()
DCSSComputedStyleDeclaration.cpp1034 ASSERT(boxPack != BBASELINE); in getPropertyCSSValue()
1035 if (boxPack == BJUSTIFY || boxPack== BBASELINE) in getPropertyCSSValue()
DCSSStyleSelector.cpp5244 if (boxPack != BSTRETCH && boxPack != BBASELINE) in applyProperty()