Home
last modified time | relevance | path

Searched refs:isBeforeContent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) in isAnonymousRubyInlineBlock()
98 …ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby)); in lastRubyRun()
129 if (child->isBeforeContent()) { in addChild()
196 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
203 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
235 if (child->isBeforeContent()) { in addChild()
302 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
309 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
DRenderObject.h397 inline bool isBeforeContent() const;
1237 inline bool RenderObject::isBeforeContent() const in isBeforeContent() function
1259 return isBeforeContent() || isAfterContent(); in isBeforeOrAfterContent()
DRenderTable.cpp175 …& lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) { in addChild()
DRenderObject.cpp327 …afterChild && afterChild->isAnonymous() && afterChild->isTable() && !afterChild->isBeforeContent()) in addChild()