Searched refs:BSTART (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h153 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator in enum:WebCore::EBoxAlignment
H A DRenderStyle.h1161 static EBoxAlignment initialBoxPack() { return BSTART; }
/external/webkit/WebCore/rendering/
H A DRenderFlexibleBox.cpp467 default: // BSTART
576 if (remainingSpace > 0 && ((style()->direction() == LTR && style()->boxPack() != BSTART) ||
824 default: // BSTART/BSTRETCH
951 if (style()->boxPack() != BSTART && remainingSpace > 0) {
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h442 case BSTART:
466 return BSTART;

Completed in 31 milliseconds