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

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h130 virtual bool isTableSection() const { return true; } function in class:WebCore::RenderTableSection
173 ASSERT(!object || object->isTableSection());
179 ASSERT(!object || object->isTableSection());
H A DRenderTable.cpp139 } else if (child->isTableSection()) {
183 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
189 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
198 if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP)
358 if (!child->isTableSection()) {
365 if (child->isTableSection()) {
415 if (child->isTableSection())
499 if (child->isTableSection()) {
509 if (child->isTableSection())
560 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || chil
[all...]
H A DRenderObjectChildList.cpp144 ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
203 ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTableCell()));
255 if (!(object->isTable() || object->isTableSection() || object->isTableRow()))
H A DRenderObject.cpp292 else if (newChild->isTableSection())
295 needsTable = !isTableSection();
645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection()
H A DAutoTableLayout.cpp55 else if (child->isTableSection()) {
H A DRenderObject.h295 virtual bool isTableSection() const { return false; } function in class:WebCore::RenderObject
H A DRenderBox.cpp372 if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) {
H A DRenderBlock.cpp719 || newChild->isTableSection()
/external/webkit/Source/WebCore/dom/
H A DText.cpp210 if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFrameSet())
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp115 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag))
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol()));
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp3110 if (m_renderer->isTableSection())

Completed in 265 milliseconds