Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTableRow

145     if (!child->isTableRow()) {
158 if (row && row->isTableRow() && row->isAnonymous()) {
167 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
199 ASSERT(!beforeChild || beforeChild->isTableRow());