Searched refs:isBeforeContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent()))
100 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
131 if (child->isBeforeContent()) {
198 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
205 ASSERT(child->isBeforeContent() || child->isAfterContent());
238 if (child->isBeforeContent()) {
305 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
312 ASSERT(child->isBeforeContent() || child->isAfterContent());
H A DRenderObject.h313 inline bool isBeforeContent() const;
316 static inline bool isBeforeContent(const RenderObject* obj) { return obj && obj->isBeforeContent(); } function in class:WebCore::RenderObject
903 inline bool RenderObject::isBeforeContent() const function in class:WebCore::RenderObject
925 return isBeforeContent() || isAfterContent();

Completed in 1069 milliseconds