Home
last modified time | relevance | path

Searched refs:isTableCol (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableCol.h52 virtual bool isTableCol() const { return true; } in isTableCol() function
71 ASSERT(!object || object->isTableCol()); in toRenderTableCol()
77 ASSERT(!object || object->isTableCol()); in toRenderTableCol()
DFixedTableLayout.cpp93 if (child->isTableCol()) { in calcWidthArray()
136 if (!next && child->parent()->isTableCol()) { in calcWidthArray()
DRenderTable.cpp123 } else if (child->isTableCol()) { in addChild()
163 …while (beforeChild && !beforeChild->isTableSection() && !beforeChild->isTableCol() && beforeChild-… in addChild()
347 } else if (child->isTableCol()) { in layout()
659 if (child->isTableCol()) { in colElement()
678 if (!next && child->parent()->isTableCol()) in colElement()
DRenderTableCell.cpp359 …if (colElt->parent()->isTableCol() && (!rtl ? !colElt->previousSibling() : !colElt->nextSibling())… in collapsedLeftBorder()
427 …if (colElt->parent()->isTableCol() && (!rtl ? !colElt->nextSibling() : !colElt->previousSibling())… in collapsedRightBorder()
510 if (colElt->parent()->isTableCol()) { in collapsedTopBorder()
575 if (colElt->parent()->isTableCol()) { in collapsedBottomBorder()
DAutoTableLayout.cpp62 if (child->isTableCol()) in recalcColumn()
171 if (child->isTableCol()) { in fullRecalc()
199 if (!next && child->parent()->isTableCol()) { in fullRecalc()
DRenderObject.h296 virtual bool isTableCol() const { return false; } in isTableCol() function
DRenderObject.cpp281 else if (newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
652 || o->isTableCol() || o->isFrameSet() || o->isMedia() in containingBlock()
DRenderBlock.cpp294 if ((newChild->isTableCol() && newChild->style()->display() == TABLE_COLUMN_GROUP) in addChild()
/external/webkit/WebCore/html/
DHTMLTableColElement.cpp79 if (renderer() && renderer()->isTableCol()) in parseMappedAttribute()
84 if (renderer() && renderer()->isTableCol()) { in parseMappedAttribute()
DHTMLFormElement.cpp123 || (parentRenderer->isTableCol() && node->hasTagName(colTag)) in rendererIsNeeded()
/external/webkit/WebCore/dom/
DText.cpp214 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
/external/webkit/WebCore/editing/
Dhtmlediting.cpp431 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
/external/webkit/WebCore/
DChangeLog-2008-08-1029103 (WebCore::RenderObject::isTableCol):