Searched defs:Violation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp60 struct RenderFlexibleBox::Violation { struct in class:blink::RenderFlexibleBox
61 Violation(RenderBox* child, LayoutUnit childSize) function in struct:blink::RenderFlexibleBox::Violation
898 void RenderFlexibleBox::freezeViolations(const Vector<Violation>& violations, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, bool hasInfiniteLineLength)
917 Vector<Violation> minViolations;
918 Vector<Violation> maxViolations;
945 minViolations.append(Violation(child, adjustedChildSize));
947 maxViolations.append(Violation(child, adjustedChildSize));

Completed in 49 milliseconds