Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTableRow

294     else if (newChild->isTableRow())
297 needsTable = !isTableRow();
645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection()