Home
last modified time | relevance | path

Searched refs:BNORMAL (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h160 enum EBoxDirection { BNORMAL, BREVERSE }; enumerator
DRenderStyle.h1268 static EBoxDirection initialBoxDirection() { return BNORMAL; } in initialBoxDirection()
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp50 m_forward = m_box->style()->boxDirection() != BNORMAL; in FlexBoxIterator()
52 m_forward = m_box->style()->boxDirection() == BNORMAL; in FlexBoxIterator()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h533 case BNORMAL: in CSSPrimitiveValue()
546 return BNORMAL; in EBoxDirection()
551 return BNORMAL; in EBoxDirection()