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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp123 } else if (child->isTableSection()) {
158 if (child->isTableSection())
169 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) {
176 if (section && section->isTableSection() && section->isAnonymous()) {
183 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
192 if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP)
444 if (child->isTableSection()) {
580 if (!section->isTableSection())
670 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child->isTableCaption())) {
808 if (!child->isTableSection())
[all...]
H A DRenderTableSection.h227 virtual bool isTableSection() const { return true; } function in class:WebCore::FINAL
306 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableSection());
312 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableSection());
H A DRenderObjectChildList.cpp121 ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
H A DRenderObject.h357 virtual bool isTableSection() const { return false; } function in class:WebCore::RenderObject
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
489 if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
H A DAutoTableLayout.cpp58 } else if (child->isTableSection()) {
H A DRenderObject.cpp321 else if (newChild->isTableSection())
324 return !isTableSection();
H A DRenderBox.cpp4700 } else if (box->isTableSection())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp110 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag))
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp399 return (renderer && (renderer->isTableCell() || renderer->isTableRow() || renderer->isTableSection() || renderer->isRenderTableCol()));
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityRenderObject.cpp402 if (m_renderer->isTableSection())

Completed in 678 milliseconds