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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp939 LayoutUnit adjustedChildSize = adjustChildSizeForMinAndMax(*child, childSize); local
940 childSizes.append(adjustedChildSize);
941 usedFreeSpace += adjustedChildSize - preferredChildSize;
943 LayoutUnit violation = adjustedChildSize - childSize;
945 minViolations.append(Violation(child, adjustedChildSize));
947 maxViolations.append(Violation(child, adjustedChildSize));

Completed in 86 milliseconds