Searched refs:TABLE_COLUMN_GROUP (Results 1 – 11 of 11) sorted by relevance
55 m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP); in updateFromElement()69 return style()->display() == TABLE_COLUMN_GROUP; in canHaveChildren()
189 … lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP) in addChild()198 …hild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP) in addChild()791 case TABLE_COLUMN_GROUP: in recalcSections()
78 …style->display() == TABLE_ROW || style->display() == TABLE_COLUMN_GROUP || style->display() == TAB… in adjustStyle()
157 case TABLE_COLUMN_GROUP: in createObject()288 if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
1019 if (col && col->parent()->style()->display() == TABLE_COLUMN_GROUP) in setCellLogicalWidths()
717 if ((newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChildIgnoringAnonymousColumnBlocks()
390 TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL, enumerator
125 || display == TABLE_COLUMN_GROUP || display == TABLE_COLUMN || display == TABLE_CELL in rendererIsNeeded()
851 case TABLE_COLUMN_GROUP: in CSSPrimitiveValue()
1873 …if (style->display() == TABLE_COLUMN || style->display() == TABLE_COLUMN_GROUP || style->display()… in adjustRenderStyle()
38108 where the style is the only way to tell (TABLE_COLUMN_GROUP and TABLE_CAPTION).