Home | History | Annotate | Download | only in rendering

Lines Matching refs:containingBlock

454     RenderBlock* containingBlock = renderer()->containingBlock();
455 if (!containingBlock->isRubyBase())
458 if (!containingBlock->parent()->isRubyRun())
461 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText();
505 if (renderer()->containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection()) {