Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableRow.cpp49 RenderTableSection* recalcSection = section(); in destroy() local
53 if (recalcSection) in destroy()
54 recalcSection->setNeedsCellRecalc(); in destroy()
DRenderTableCell.cpp62 RenderTableSection* recalcSection = parent() ? section() : 0; in destroy() local
66 if (recalcSection) in destroy()
67 recalcSection->setNeedsCellRecalc(); in destroy()