Searched refs:childSize (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFlexibleBox.cpp | 61 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 …]
|
D | RenderFlexibleBox.h | 143 LayoutUnit adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize);
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 208 const int childSize = 4; in init() local 210 …arType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize); in init()
|
D | es31fSSBOLayoutTests.cpp | 923 const int childSize = 3; in init() local 925 …pe(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); in init()
|