Home | History | Annotate | Download | only in rendering

Lines Matching refs:childStyle

3256         RefPtr<RenderStyle> childStyle = child->style();
3259 if (childStyle->clear() & CLEFT) {
3263 if (childStyle->clear() & CRIGHT) {
3272 Length startMarginLength = childStyle->marginStartUsing(styleToUse);
3273 Length endMarginLength = childStyle->marginEndUsing(styleToUse);
3322 if (childStyle->floating() == LeftFloat)