Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h474 enum WrapFlow { WrapFlowAuto, WrapFlowBoth, WrapFlowStart, WrapFlowEnd, WrapFlowMaximum, WrapFlowCl… enumerator
DRenderStyle.h1717 static WrapFlow initialWrapFlow() { return WrapFlowAuto; } in initialWrapFlow()