Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h508 enum WrapFlow { WrapFlowAuto, WrapFlowBoth, WrapFlowStart, WrapFlowEnd, WrapFlowMaximum, WrapFlowCl… enumerator
DRenderStyle.h1691 static WrapFlow initialWrapFlow() { return WrapFlowAuto; } in initialWrapFlow()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h4326 case WrapFlowAuto: in CSSPrimitiveValue()
4352 return WrapFlowAuto; in WrapFlow()
4368 return WrapFlowAuto; in WrapFlow()