Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableCol.cpp55 m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP); in updateFromElement()
69 return style()->display() == TABLE_COLUMN_GROUP; in canHaveChildren()
DRenderTable.cpp189 … 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()
DRenderTheme.cpp78 …style->display() == TABLE_ROW || style->display() == TABLE_COLUMN_GROUP || style->display() == TAB… in adjustStyle()
DRenderObject.cpp157 case TABLE_COLUMN_GROUP: in createObject()
288 if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
DRenderTableSection.cpp1019 if (col && col->parent()->style()->display() == TABLE_COLUMN_GROUP) in setCellLogicalWidths()
DRenderBlock.cpp717 if ((newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChildIgnoringAnonymousColumnBlocks()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h390 TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL, enumerator
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp125 || display == TABLE_COLUMN_GROUP || display == TABLE_COLUMN || display == TABLE_CELL in rendererIsNeeded()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h851 case TABLE_COLUMN_GROUP: in CSSPrimitiveValue()
DCSSStyleSelector.cpp1873 …if (style->display() == TABLE_COLUMN || style->display() == TABLE_COLUMN_GROUP || style->display()… in adjustRenderStyle()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1438108 where the style is the only way to tell (TABLE_COLUMN_GROUP and TABLE_CAPTION).