Home
last modified time | relevance | path

Searched refs:CRIGHT (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h115 CNONE = 0, CLEFT = 1, CRIGHT = 2, CBOTH = 3 enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h659 case CRIGHT: in CSSPrimitiveValue()
676 return CRIGHT; in EClear()
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp3320 if (childBox->style()->clear() & CRIGHT) in positionNewFloats()
3401 case CRIGHT: in newLine()
3914 case CRIGHT: in getClearDelta()
4892 … || (prevFloat->style()->floating() == FRIGHT && (child->style()->clear() & CRIGHT)))); in computeInlinePreferredLogicalWidths()
5071 if (child->style()->clear() & CRIGHT) { in computeBlockPreferredLogicalWidths()