Home
last modified time | relevance | path

Searched refs:childOffset (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp715 IntSize childOffset(cell->x() - oldCellRect.x(), cell->y() - oldCellRect.y()); in setCellLogicalWidths() local
716 if (childOffset.width() || childOffset.height()) { in setCellLogicalWidths()
717 view()->addLayoutDelta(childOffset); in setCellLogicalWidths()
DRenderBlock.cpp2094 IntSize childOffset(child->x() - oldRect.x(), child->y() - oldRect.y()); in layoutBlockChild() local
2095 if (childOffset.width() || childOffset.height()) { in layoutBlockChild()
2096 view()->addLayoutDelta(childOffset); in layoutBlockChild()