Home
last modified time | relevance | path

Searched refs:isRubyRun (Results 1 – 9 of 9) 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.h71 virtual bool isRubyRun() const OVERRIDE { return true; } in isRubyRun() function
77 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderRubyRun, isRubyRun());
DRenderRubyRun.cpp147 if (base && rightNeighbour && rightNeighbour->isRubyRun()) { in removeChild()
DInlineFlowBox.cpp678 if (curr->renderer().isRubyRun()) { in placeBoxesInBlockDirection()
1210 …if (curr->renderer().isReplaced() && curr->renderer().isRubyRun() && curr->renderer().style()->rub… in computeOverAnnotationAdjustment()
1258 …if (curr->renderer().isReplaced() && curr->renderer().isRubyRun() && curr->renderer().style()->rub… in computeUnderAnnotationAdjustment()
DRenderBlock.cpp1092 if ((prev && (prev->isRubyRun() || prev->isRubyBase())) in canMergeContiguousAnonymousBlocks()
1093 || (next && (next->isRubyRun() || next->isRubyBase()))) in canMergeContiguousAnonymousBlocks()
3392 …llbar() || layer()->scrollableArea()->scrollXOffset())))) || (isWritingModeRoot() && !isRubyRun()); in baselinePosition()
3433 if (isWritingModeRoot() && !isRubyRun()) in firstLineBoxBaseline()
3467 if (isWritingModeRoot() && !isRubyRun()) in lastLineBoxBaseline()
DRenderObject.h392 virtual bool isRubyRun() const { return false; } in isRubyRun() function
DInlineTextBox.cpp370 if (!containingBlock->parent()->isRubyRun()) in getEmphasisMarkPosition()
DRenderBlockLineLayout.cpp618 if (renderBox->isRubyRun()) in computeInlineDirectionPositionsForSegment()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h477 if (m_current.object()->isRubyRun()) in handleReplaced()