Searched refs:childOffset (Results 1 – 2 of 2) sorted by relevance
715 IntSize childOffset(cell->x() - oldCellRect.x(), cell->y() - oldCellRect.y()); in setCellLogicalWidths() local716 if (childOffset.width() || childOffset.height()) { in setCellLogicalWidths()717 view()->addLayoutDelta(childOffset); in setCellLogicalWidths()
2094 IntSize childOffset(child->x() - oldRect.x(), child->y() - oldRect.y()); in layoutBlockChild() local2095 if (childOffset.width() || childOffset.height()) { in layoutBlockChild()2096 view()->addLayoutDelta(childOffset); in layoutBlockChild()