OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:childSize
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp
208
const int
childSize
= 4;
210
const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH),
childSize
);
es31fSSBOLayoutTests.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp
61
Violation(RenderBox* child, LayoutUnit
childSize
)
63
,
childSize
(
childSize
)
68
LayoutUnit
childSize
;
841
LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit
childSize
)
846
if (maxExtent != -1 &&
childSize
> maxExtent)
847
childSize
= maxExtent;
854
return std::max(
childSize
, minExtent);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
Completed in 2426 milliseconds