Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTable

701         ASSERT(anonymousChild->isTable());
1081 || isTable() || borderAndPaddingLogicalHeight()
2730 if (isTable())
2962 bool paintsOwnSelection = curr->shouldPaintSelectionGaps() || curr->isTable(); // FIXME: Eventually we won't special-case table like this.
4081 if (childrenInline() && !isTable()) {
4215 if (isTable())
5076 if (nowrap && !child->isTable())
5121 !isTableCell() && child->isTable() && m_maxPreferredLogicalWidth < BLOCK_MAX_WIDTH) {