Home
last modified time | relevance | path

Searched refs:isRubyRun (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp47 || 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 …]
DRenderRubyRun.h74 virtual bool isRubyRun() const { return true; } in isRubyRun() function
82 ASSERT(!object || object->isRubyRun()); in toRenderRubyRun()
DRenderRubyBase.cpp192 ASSERT(parent()->isRubyRun()); in rubyRun()
DRenderRubyRun.cpp160 if (base && rightNeighbour && rightNeighbour->isRubyRun()) { in removeChild()
DInlineFlowBox.cpp640 if (curr->renderer()->isRubyRun()) { in placeBoxesInBlockDirection()
1316 if (curr->renderer()->isReplaced() && curr->renderer()->isRubyRun()) { in computeOverAnnotationAdjustment()
DRenderObject.h286 virtual bool isRubyRun() const { return false; } in isRubyRun() function
DRenderBlock.cpp1003 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()
DRenderBlockLineLayout.cpp503 if (renderBox->isRubyRun()) { in computeInlineDirectionPositionsForLine()
1996 if (o->isRubyRun()) in findNextLineBreak()
DInlineTextBox.cpp451 if (!containingBlock->parent()->isRubyRun()) in getEmphasisMarkPosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2920829 (WebCore::RenderRubyRun::isRubyRun): made private
38331 (WebCore::RenderObject::isRubyRun):
38380 (WebCore::RenderRubyRun::isRubyRun):