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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp61 Violation(RenderBox* child, LayoutUnit childSize) argument
63 , childSize(childSize)
68 LayoutUnit childSize; member in struct:blink::RenderFlexibleBox::Violation
841 LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize) argument
846 if (maxExtent != -1 && childSize > maxExtent)
847 childSize = maxExtent;
854 return std::max(childSize, minExtent);
902 LayoutUnit childSize = violations[i].childSize; local
930 LayoutUnit childSize = preferredChildSize; local
[all...]
H A DRenderFlexibleBox.h143 LayoutUnit adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize);
/external/deqp/modules/gles31/functional/
H A Des31fUniformBlockTests.cpp208 const int childSize = 4; local
210 const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize); local
H A Des31fSSBOLayoutTests.cpp923 const int childSize = 3; local
925 const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 392 milliseconds