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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp1038 LayoutUnit allowedShrinkage = std::min<LayoutUnit>(0, minWidth - width); local
1039 return allowedShrinkage;
1045 LayoutUnit allowedShrinkage = std::min<LayoutUnit>(0, minHeight - height); local
1046 return allowedShrinkage;

Completed in 66 milliseconds