OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineCrossAxisExtent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h
137
LayoutUnit availableAlignmentSpaceForChild(LayoutUnit
lineCrossAxisExtent
, RenderBox& child);
138
LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit
lineCrossAxisExtent
, RenderBox& child);
158
void applyStretchAlignmentToChild(RenderBox& child, LayoutUnit
lineCrossAxisExtent
);
RenderFlexibleBox.cpp
735
LayoutUnit RenderFlexibleBox::availableAlignmentSpaceForChild(LayoutUnit
lineCrossAxisExtent
, RenderBox& child)
739
return
lineCrossAxisExtent
- childCrossExtent;
742
LayoutUnit RenderFlexibleBox::availableAlignmentSpaceForChildBeforeStretching(LayoutUnit
lineCrossAxisExtent
, RenderBox& child)
746
return
lineCrossAxisExtent
- childCrossExtent;
[
all
...]
Completed in 50 milliseconds