Home
last modified time | relevance | path

Searched refs:isBeforeOrAfterContent (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp121 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) { in addChild()
138 … && last->parent() && last->parent()->isAnonymous() && !last->parent()->isBeforeOrAfterContent()) { in addChild()
DRenderObject.h417 inline bool isBeforeOrAfterContent() const;
1385 inline bool RenderObject::isBeforeOrAfterContent() const in isBeforeOrAfterContent() function
DRenderTableSection.cpp149 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) { in addChild()
169 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) { in addChild()
DRenderObject.cpp2604 if (!node && parent() && parent()->isBeforeOrAfterContent()) { in updateHitTestResult()
2661 if (renderer->isBeforeOrAfterContent()) in firstLineStyleForCachedUncachedType()
DRenderBlock.cpp790 … if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isBeforeOrAfterContent() in columnsBlockForSpanningElement()