Home | History | Annotate | Download | only in rendering

Lines Matching defs:isTableCell

353     virtual bool isTableCell() const { return false; }
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }