Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableRow.cpp48 RenderTableSection* recalcSection = section(); in destroy() local
52 if (recalcSection) in destroy()
53 recalcSection->setNeedsCellRecalc(); in destroy()
DRenderTableCell.cpp64 RenderTableSection* recalcSection = parent() ? section() : 0; in destroy() local
68 if (recalcSection) in destroy()
69 recalcSection->setNeedsCellRecalc(); in destroy()