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

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

Completed in 116 milliseconds