Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTableCaption

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