HomeSort by relevance Sort by last modified time
    Searched refs:recalcSection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 48 RenderTableSection* recalcSection = section();
52 if (recalcSection)
53 recalcSection->setNeedsCellRecalc();
RenderTableCell.cpp 64 RenderTableSection* recalcSection = parent() ? section() : 0;
68 if (recalcSection)
69 recalcSection->setNeedsCellRecalc();
    [all...]

Completed in 28 milliseconds