Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) in isAnonymousRubyInlineBlock()
144 if (child->isAfterContent()) { in addChild()
166 if (beforeChild && !isAfterContent(beforeChild)) { in addChild()
196 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
203 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
250 if (child->isAfterContent()) { in addChild()
272 if (beforeChild && !isAfterContent(beforeChild)) { in addChild()
302 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
309 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
DRenderObject.h398 inline bool isAfterContent() const;
400 …static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } in isAfterContent() function
1247 inline bool RenderObject::isAfterContent() const in isAfterContent() function
1259 return isBeforeContent() || isAfterContent(); in isBeforeOrAfterContent()
DRenderTable.cpp191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()
DRenderInline.cpp304 if (!beforeChild && isAfterContent(lastChild())) in addChildIgnoringContinuation()
DRenderBlock.cpp514 if (!beforeChild && isAfterContent(lastChild())) in splitBlocks()