Searched refs:isRubyRun (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRuby.cpp47 || object->isRubyRun()
54 && !object->isRubyRun();
98 if (child && !child->isRubyRun())
100 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
101 return child && child->isRubyRun() ? static_cast<RenderRubyRun*>(child) : 0;
106 while (child && !child->isRubyRun())
163 if (child->isRubyRun()) {
170 ASSERT(!beforeChild->isRubyRun());
172 while (run && !run->isRubyRun())
198 ASSERT(child->isRubyRun() || chil
[all...]
H A DRenderRubyRun.h74 virtual bool isRubyRun() const { return true; } function in class:WebCore::RenderRubyRun
82 ASSERT(!object || object->isRubyRun());
H A DRenderRubyBase.cpp192 ASSERT(parent()->isRubyRun());
H A DRenderRubyRun.cpp160 if (base && rightNeighbour && rightNeighbour->isRubyRun()) {
H A DInlineFlowBox.cpp640 if (curr->renderer()->isRubyRun()) {
1316 if (curr->renderer()->isReplaced() && curr->renderer()->isRubyRun()) {
H A DRenderObject.h286 virtual bool isRubyRun() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlockLineLayout.cpp503 if (renderBox->isRubyRun()) {
1996 if (o->isRubyRun())
H A DRenderBlock.cpp1003 if ((prev && (prev->isRubyRun() || prev->isRubyBase()))
1004 || (next && (next->isRubyRun() || next->isRubyBase())))
5214 : (layer()->horizontalScrollbar() || layer()->scrollXOffset() != 0)))) || (isWritingModeRoot() && !isRubyRun());
5231 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun()))
5255 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun()))
H A DInlineTextBox.cpp451 if (!containingBlock->parent()->isRubyRun())

Completed in 109 milliseconds