Searched refs:isRubyBase (Results 1 – 5 of 5) sorted by relevance
48 virtual bool isRubyBase() const OVERRIDE { return true; } in isRubyBase() function
63 return lastChild() && lastChild()->isRubyBase(); in hasRubyBase()78 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0; in rubyBase()
391 virtual bool isRubyBase() const { return false; } in isRubyBase() function
367 if (!containingBlock->isRubyBase()) in getEmphasisMarkPosition()
1092 if ((prev && (prev->isRubyRun() || prev->isRubyBase())) in canMergeContiguousAnonymousBlocks()1093 || (next && (next->isRubyRun() || next->isRubyBase()))) in canMergeContiguousAnonymousBlocks()