Searched refs:topOrLeft (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp755 Length topOrLeft = isHorizontal ? child.style()->marginTop() : child.style()->marginLeft(); local
757 if (topOrLeft.isAuto() && bottomOrRight.isAuto()) {
770 // For column flows, only make this adjustment if topOrLeft corresponds to the "before" margin,
780 if (topOrLeft.isAuto()) {

Completed in 78 milliseconds