Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAnonymous

180     if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) {
185 if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) {
187 if (section && section->isTableSection() && section->isAnonymous()) {
194 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && needsTableSection(lastBox))
196 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {