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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp917 Vector<Violation> minViolations; local
945 minViolations.append(Violation(child, adjustedChildSize));
953 freezeViolations(totalViolation < 0 ? maxViolations : minViolations, availableFreeSpace, totalFlexGrow, totalWeightedFlexShrink, inflexibleItems, hasInfiniteLineLength);

Completed in 68 milliseconds