Home
last modified time | relevance | path

Searched refs:childSize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp61 Violation(RenderBox* child, LayoutUnit childSize) in Violation()
63 , childSize(childSize) in Violation()
68 LayoutUnit childSize; member
841 LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize) in adjustChildSizeForMinAndMax() argument
846 if (maxExtent != -1 && childSize > maxExtent) in adjustChildSizeForMinAndMax()
847 childSize = maxExtent; in adjustChildSizeForMinAndMax()
854 return std::max(childSize, minExtent); in adjustChildSizeForMinAndMax()
902 LayoutUnit childSize = violations[i].childSize; in freezeViolations() local
904 availableFreeSpace -= childSize - preferredChildSize; in freezeViolations()
907 inflexibleItems.set(child, childSize); in freezeViolations()
[all …]
DRenderFlexibleBox.h143 LayoutUnit adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize);
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp208 const int childSize = 4; in init() local
210 …arType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize); in init()
Des31fSSBOLayoutTests.cpp923 const int childSize = 3; in init() local
925 …pe(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()