Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRuby.cpp47 || object->isRubyRun() in isAnonymousRubyInlineBlock()
54 && !object->isRubyRun(); in isAnonymousRubyInlineBlock()
96 if (child && !child->isRubyRun()) in lastRubyRun()
98 …ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby)); in lastRubyRun()
99 return child && child->isRubyRun() ? toRenderRubyRun(child) : 0; in lastRubyRun()
104 while (child && !child->isRubyRun()) in findRubyRunParent()
161 if (child->isRubyRun()) { in addChild()
168 ASSERT(!beforeChild->isRubyRun()); in addChild()
170 while (run && !run->isRubyRun()) in addChild()
196 …ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRub… in removeChild()
[all …]
DRenderRubyRun.h75 virtual bool isRubyRun() const { return true; } in isRubyRun() function
82 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderRubyRun, isRubyRun());
DRenderRubyBase.cpp136 ASSERT(parent()->isRubyRun()); in rubyRun()
DRenderRubyRun.cpp164 if (base && rightNeighbour && rightNeighbour->isRubyRun()) { in removeChild()
DInlineFlowBox.cpp665 if (curr->renderer()->isRubyRun()) { in placeBoxesInBlockDirection()
1475 …if (curr->renderer()->isReplaced() && curr->renderer()->isRubyRun() && curr->renderer()->style()->… in computeOverAnnotationAdjustment()
1523 …if (curr->renderer()->isReplaced() && curr->renderer()->isRubyRun() && curr->renderer()->style()->… in computeUnderAnnotationAdjustment()
DRenderBlock.cpp1005 if ((prev && (prev->isRubyRun() || prev->isRubyBase())) in canMergeContiguousAnonymousBlocks()
1006 || (next && (next->isRubyRun() || next->isRubyBase()))) in canMergeContiguousAnonymousBlocks()
4541 …llbar() || layer()->scrollableArea()->scrollXOffset())))) || (isWritingModeRoot() && !isRubyRun()); in baselinePosition()
4582 if (isWritingModeRoot() && !isRubyRun()) in firstLineBoxBaseline()
4616 if (isWritingModeRoot() && !isRubyRun()) in lastLineBoxBaseline()
DRenderObject.h357 virtual bool isRubyRun() const { return false; } in isRubyRun() function
DInlineTextBox.cpp461 if (!containingBlock->parent()->isRubyRun()) in getEmphasisMarkPosition()
DRenderBlockLineLayout.cpp733 if (renderBox->isRubyRun()) in computeInlineDirectionPositionsForSegment()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h628 if (m_current.object()->isRubyRun()) in handleReplaced()