Home
last modified time | relevance | path

Searched refs:isTableSection (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp139 } else if (child->isTableSection()) { in addChild()
183 … if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) { in addChild()
189 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()
198 …if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPT… in addChild()
358 if (!child->isTableSection()) { in layout()
365 if (child->isTableSection()) { in layout()
415 if (child->isTableSection()) in layout()
499 if (child->isTableSection()) { in addOverflowFromChildren()
509 if (child->isTableSection()) in setCellLogicalWidths()
560 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in paintObject()
[all …]
DRenderTableSection.h130 virtual bool isTableSection() const { return true; } in isTableSection() function
173 ASSERT(!object || object->isTableSection()); in toRenderTableSection()
179 ASSERT(!object || object->isTableSection()); in toRenderTableSection()
DRenderObjectChildList.cpp144 …ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChi… in appendChildNode()
203 …ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTab… in insertChildNode()
255 if (!(object->isTable() || object->isTableSection() || object->isTableRow())) in findBeforeAfterParent()
DRenderObject.cpp292 else if (newChild->isTableSection()) in addChild()
295 needsTable = !isTableSection(); in addChild()
645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
DAutoTableLayout.cpp55 else if (child->isTableSection()) { in recalcColumn()
DRenderObject.h295 virtual bool isTableSection() const { return false; } in isTableSection() function
DRenderBox.cpp372 …verflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) { in updateBoxModelInfoFromStyle()
DRenderBlock.cpp719 || newChild->isTableSection() in addChildIgnoringAnonymousColumnBlocks()
/external/webkit/Source/WebCore/dom/
DText.cpp210 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp115 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag)) in rendererIsNeeded()
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp3110 if (m_renderer->isTableSection()) in determineAccessibilityRole()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-236597 (isTableSection):
9165 (isTableSection):
11837 (isTableSection):
DChangeLog-2008-08-1029105 (WebCore::RenderObject::isTableSection):
69062 (WebCore::isTableSection): Added.
DChangeLog-2007-10-1469081 (WebCore::RenderTableSection::isTableSection):
DChangeLog-2009-06-1640655 (WebCore::isTableSection):
DChangeLog-2010-12-06122341 (WebCore::isTableSection):