HomeSort by relevance Sort by last modified time
    Searched refs:isBeforeContent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderRuby.cpp 48 || (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());
RenderObject.h 313 inline bool isBeforeContent() const;
316 static inline bool isBeforeContent(const RenderObject* obj) { return obj && obj->isBeforeContent(); }
    [all...]

Completed in 38 milliseconds