Home | History | Annotate | Download | only in rendering

Lines Matching refs:childOffset

2651     LayoutSize childOffset = child->location() - oldRect.location();
2652 if (childOffset.width() || childOffset.height()) {
2653 view()->addLayoutDelta(childOffset);