Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h117 NoFloat, LeftFloat, RightFloat enumerator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp60 else if (type == RightFloat) in FloatingObject()
DRenderBlock.cpp4204 … || (prevFloat->style()->floating() == RightFloat && (childStyle->clear() & CRIGHT)))); in computeInlinePreferredLogicalWidths()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h1580 case RightFloat: in CSSPrimitiveValue()
1593 return RightFloat; in EFloat()