Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) in isAnonymousRubyInlineBlock()
100 …ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby)); in lastRubyRun()
131 if (child->isBeforeContent()) { in addChild()
198 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
205 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
238 if (child->isBeforeContent()) { in addChild()
305 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
312 ASSERT(child->isBeforeContent() || child->isAfterContent()); in removeChild()
DRenderObject.h313 inline bool isBeforeContent() const;
316 …static inline bool isBeforeContent(const RenderObject* obj) { return obj && obj->isBeforeContent()… in isBeforeContent() function
903 inline bool RenderObject::isBeforeContent() const in isBeforeContent() function
925 return isBeforeContent() || isAfterContent(); in isBeforeOrAfterContent()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0634479 (WebCore::RenderObject::isBeforeContent):