Home
last modified time | relevance | path

Searched refs:isAnonymous (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableRow.cpp75 if (last && last->isAnonymous() && last->isTableCell()) { in addChild()
81 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous()) { in addChild()
DRenderTableRow.h46 …virtual const char* renderName() const { return isAnonymous() ? "RenderTableRow (anonymous)" : "Re… in renderName()
DRenderTableSection.h109 …virtual const char* renderName() const { return isAnonymous() ? "RenderTableSection (anonymous)" :… in renderName()
DRenderObjectChildList.cpp248 } while (first && first->isAnonymous() && first->style()->styleType() == NOPSEUDO); in beforeAfterContainer()
257 …} while (last && last->isAnonymous() && last->style()->styleType() == NOPSEUDO && !last->isListMar… in beforeAfterContainer()
DRenderTableCell.h116 …virtual const char* renderName() const { return isAnonymous() ? "RenderTableCell (anonymous)" : "R… in renderName()
DRenderTable.cpp170 … if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) { in addChild()
176 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()
178 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()
DRenderTableSection.cpp100 if (last && last->isAnonymous()) { in addChild()
108 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()
110 if (lastBox && lastBox->isAnonymous()) { in addChild()
DRenderInline.cpp133 if (!isAnonymous() && document()->usesBeforeAfterRules()) { in styleDidChange()
488 if (isAnonymous()) in renderName()
DRenderTreeAsText.cpp646 if (child->isAnonymous()) in counterValueForElement()
DRenderObject.cpp302 if (afterChild && afterChild->isAnonymous() && afterChild->isTable()) in addChild()
2142 } else if (!isAnonymous() && isRenderInline()) { in uncachedFirstLineStyle()
2160 } else if (!renderer->isAnonymous() && renderer->isRenderInline()) { in firstLineStyleSlowCase()
DRenderObject.h366 bool isAnonymous() const { return m_isAnonymous; } in isAnonymous() function
DRenderFlexibleBox.cpp1093 if (isAnonymous()) in renderName()
DRenderBlock.cpp250 if (!isAnonymous() && document()->usesBeforeAfterRules() && canHaveChildren()) { in styleDidChange()
282 ASSERT(anonymousChild->isAnonymous()); in addChild()
978 …urr || !curr->isRenderBlock() || !curr->childrenInline() || curr->isRunIn() || curr->isAnonymous()) in handleRunInChild()
5149 else if (isAnonymous()) in renderName()
DRenderBox.cpp1707 while (cb->isAnonymous()) { in calcReplacedHeightUsing()