Home
last modified time | relevance | path

Searched refs:TABLE_COLUMN_GROUP (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableCol.cpp55 m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP); in updateFromElement()
69 return style()->display() == TABLE_COLUMN_GROUP; in canHaveChildren()
DRenderTable.cpp199 … 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()
DRenderTheme.cpp59 …style->display() == TABLE_ROW || style->display() == TABLE_COLUMN_GROUP || style->display() == TAB… in adjustStyle()
DRenderContainer.cpp92 else if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
DRenderTableSection.cpp1089 if (col && col->parent()->style()->display() == TABLE_COLUMN_GROUP) in setCellWidths()
DRenderObject.cpp133 case TABLE_COLUMN_GROUP: in createObject()
DRenderBlock.cpp239 if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP in addChildToFlow()
/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h257 TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL, enumerator
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h723 case TABLE_COLUMN_GROUP: in CSSPrimitiveValue()
/external/webkit/WebCore/
DChangeLog-2007-10-1438108 where the style is the only way to tell (TABLE_COLUMN_GROUP and TABLE_CAPTION).