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

  /external/webkit/WebCore/rendering/
RenderTableRow.cpp 47 RenderTableSection* recalcSection = section();
51 if (recalcSection)
52 recalcSection->setNeedsCellRecalc();
RenderTableCell.cpp 62 RenderTableSection* recalcSection = parent() ? section() : 0;
66 if (recalcSection)
67 recalcSection->setNeedsCellRecalc();
    [all...]

Completed in 1109 milliseconds