HomeSort by relevance Sort by last modified time
    Searched refs:lineCrossAxisExtent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h 136 LayoutUnit availableAlignmentSpaceForChild(LayoutUnit lineCrossAxisExtent, RenderBox*);
137 LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit lineCrossAxisExtent, RenderBox*);
157 void applyStretchAlignmentToChild(RenderBox*, LayoutUnit lineCrossAxisExtent);
RenderFlexibleBox.cpp 756 LayoutUnit RenderFlexibleBox::availableAlignmentSpaceForChild(LayoutUnit lineCrossAxisExtent, RenderBox* child)
760 return lineCrossAxisExtent - childCrossExtent;
763 LayoutUnit RenderFlexibleBox::availableAlignmentSpaceForChildBeforeStretching(LayoutUnit lineCrossAxisExtent, RenderBox* child)
767 return lineCrossAxisExtent - childCrossExtent;
    [all...]

Completed in 111 milliseconds