Searched refs:TABLE_COLUMN_GROUP (Results 1 – 10 of 10) sorted by relevance
55 m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP); in updateFromElement()69 return style()->display() == TABLE_COLUMN_GROUP; in canHaveChildren()
199 … lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP) in addChild()206 …hild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP) in addChild()725 case TABLE_COLUMN_GROUP: in recalcSections()
59 …style->display() == TABLE_ROW || style->display() == TABLE_COLUMN_GROUP || style->display() == TAB… in adjustStyle()
92 else if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
1089 if (col && col->parent()->style()->display() == TABLE_COLUMN_GROUP) in setCellWidths()
133 case TABLE_COLUMN_GROUP: in createObject()
239 if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP in addChildToFlow()
257 TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL, enumerator
723 case TABLE_COLUMN_GROUP: in CSSPrimitiveValue()
38108 where the style is the only way to tell (TABLE_COLUMN_GROUP and TABLE_CAPTION).