Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp129 } else if (child->isTableSection()) { in addChild()
164 if (child->isTableSection()) in addChild()
175 …if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && … in addChild()
182 if (section && section->isTableSection() && section->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()
451 if (child->isTableSection()) { in layout()
592 if (!section->isTableSection()) in recalcCollapsedBorders()
682 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in paintObject()
812 if (!child->isTableSection()) in splitColumn()
[all …]
DRenderTableSection.h229 virtual bool isTableSection() const { return true; } in isTableSection() function
311 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTableSection, isTableSection());
DRenderObjectChildList.cpp117 …ASSERT(!owner->isRenderBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !… in insertChildNode()
DRenderObject.h367 virtual bool isTableSection() const { return false; } in isTableSection() function
395 …turn isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); } in isTablePart()
485 …if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexi… in canHaveWhitespaceChildren()
DAutoTableLayout.cpp58 } else if (child->isTableSection()) { in recalcColumn()
DRenderObject.cpp305 else if (newChild->isTableSection()) in requiresAnonymousTableWrappers()
308 return !isTableSection(); in requiresAnonymousTableWrappers()
DRenderBox.cpp4909 } else if (box->isTableSection()) in markBoxForRelayoutAfterSplit()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.cpp108 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag)) in rendererIsNeeded()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp395 …r && (renderer->isTableCell() || renderer->isTableRow() || renderer->isTableSection() || renderer-… in isTableStructureNode()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp356 if (m_renderer->isTableSection()) in determineAccessibilityRole()