Searched refs:adjustAlignmentForChild (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp758 adjustAlignmentForChild(child, availableAlignmentSpace / 2);
782 adjustAlignmentForChild(child, availableAlignmentSpace);
792 adjustAlignmentForChild(child, availableAlignmentSpace);
1237 adjustAlignmentForChild(*child, lineOffset);
1246 void RenderFlexibleBox::adjustAlignmentForChild(RenderBox& child, LayoutUnit delta) function in class:RenderFlexibleBox
1276 adjustAlignmentForChild(*child, lineCrossAxisExtent);
1291 adjustAlignmentForChild(*child, availableAlignmentSpaceForChild(lineCrossAxisExtent, *child));
1297 adjustAlignmentForChild(*child, availableAlignmentSpaceForChild(lineCrossAxisExtent, *child));
1300 adjustAlignmentForChild(*child, availableAlignmentSpaceForChild(lineCrossAxisExtent, *child) / 2);
1307 adjustAlignmentForChild(*chil
[all...]
H A DRenderFlexibleBox.h121 void adjustAlignmentForChild(RenderBox& child, LayoutUnit);

Completed in 56 milliseconds