Searched refs:isRubyRun (Results 1 – 10 of 10) sorted by relevance
47 || object->isRubyRun() in isAnonymousRubyInlineBlock()54 && !object->isRubyRun(); in isAnonymousRubyInlineBlock()98 if (child && !child->isRubyRun()) in lastRubyRun()100 …ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby)); in lastRubyRun()101 return child && child->isRubyRun() ? static_cast<RenderRubyRun*>(child) : 0; in lastRubyRun()106 while (child && !child->isRubyRun()) in findRubyRunParent()163 if (child->isRubyRun()) { in addChild()170 ASSERT(!beforeChild->isRubyRun()); in addChild()172 while (run && !run->isRubyRun()) in addChild()198 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()[all …]
74 virtual bool isRubyRun() const { return true; } in isRubyRun() function82 ASSERT(!object || object->isRubyRun()); in toRenderRubyRun()
192 ASSERT(parent()->isRubyRun()); in rubyRun()
160 if (base && rightNeighbour && rightNeighbour->isRubyRun()) { in removeChild()
640 if (curr->renderer()->isRubyRun()) { in placeBoxesInBlockDirection()1316 if (curr->renderer()->isReplaced() && curr->renderer()->isRubyRun()) { in computeOverAnnotationAdjustment()
286 virtual bool isRubyRun() const { return false; } in isRubyRun() function
1003 if ((prev && (prev->isRubyRun() || prev->isRubyBase())) in canMergeContiguousAnonymousBlocks()1004 || (next && (next->isRubyRun() || next->isRubyBase()))) in canMergeContiguousAnonymousBlocks()5214 …orizontalScrollbar() || layer()->scrollXOffset() != 0)))) || (isWritingModeRoot() && !isRubyRun()); in baselinePosition()5231 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun())) in firstLineBoxBaseline()5255 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun())) in lastLineBoxBaseline()
503 if (renderBox->isRubyRun()) { in computeInlineDirectionPositionsForLine()1996 if (o->isRubyRun()) in findNextLineBreak()
451 if (!containingBlock->parent()->isRubyRun()) in getEmphasisMarkPosition()
20829 (WebCore::RenderRubyRun::isRubyRun): made private38331 (WebCore::RenderObject::isRubyRun):38380 (WebCore::RenderRubyRun::isRubyRun):