Home | History | Annotate | Download | only in rendering

Lines Matching refs:childStyle

1174 static ItemPosition resolveJustification(const RenderStyle* parentStyle, const RenderStyle* childStyle)
1176 ItemPosition justify = childStyle->justifySelf();
1295 static ItemPosition resolveAlignment(const RenderStyle* parentStyle, const RenderStyle* childStyle)
1297 ItemPosition align = childStyle->alignSelf();