Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) in isAnonymousRubyInlineBlock()
146 if (child->isAfterContent()) { in addChild()
168 if (beforeChild && !isAfterContent(beforeChild)) { in addChild()
198 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
205 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
253 if (child->isAfterContent()) { in addChild()
275 if (beforeChild && !isAfterContent(beforeChild)) { in addChild()
305 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
312 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
DRenderObject.h314 inline bool isAfterContent() const;
317 …static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } in isAfterContent() function
913 inline bool RenderObject::isAfterContent() const in isAfterContent() function
925 return isBeforeContent() || isAfterContent(); in isBeforeOrAfterContent()
DRenderTableRow.cpp86 if (!beforeChild && isAfterContent(lastChild())) in addChild()
DRenderTable.cpp115 if (!beforeChild && isAfterContent(lastChild())) in addChild()
191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()
DRenderTableSection.cpp102 if (!beforeChild && isAfterContent(lastChild())) in addChild()
DRenderBlock.cpp468 if (!beforeChild && isAfterContent(lastChild())) in splitBlocks()
512 …RenderObject* afterContent = isAfterContent(cloneBlock->lastChild()) ? cloneBlock->lastChild() : 0; in splitBlocks()
690 if (isAfterContent(lastRenderer)) in addChildIgnoringAnonymousColumnBlocks()
692 …else if (lastRenderer && lastRenderer->isAnonymousBlock() && isAfterContent(lastRenderer->lastChil… in addChildIgnoringAnonymousColumnBlocks()
DRenderInline.cpp239 if (!beforeChild && isAfterContent(lastChild())) in addChildIgnoringContinuation()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1469797 (WebCore::isAfterContent): Added.
69798 (WebCore::RenderBlock::addChildToFlow): Use isAfterContent.
69800 (WebCore::isAfterContent): Added.
69801 (WebCore::RenderInline::addChildToFlow): Use isAfterContent.
DChangeLog-2009-06-1643635 (WebCore::RenderBox::isAfterContent):
43643 (WebCore::isAfterContent):
44732 (WebCore::RenderBox::isAfterContent):
DChangeLog-2010-01-2969853 Moved implementation of isAfterContent to RenderObject
69856 BUG 28376 - [Cleanup] isAfterContent() implemented twice, should be member of RenderObject
69863 (WebCore::RenderObject::isAfterContent):