Home | History | Annotate | Download | only in rendering

Lines Matching defs:containingBlockLogicalWidthForContent

1171 int RenderBox::containingBlockLogicalWidthForContent() const
1590 int containerLogicalWidth = max(0, containingBlockLogicalWidthForContent());
1806 computeInlineDirectionMargins(cb, containingBlockLogicalWidthForContent(), logicalHeight());
1867 computeInlineDirectionMargins(cb, containingBlockLogicalWidthForContent(), heightResult);
2013 // FIXME: containingBlockLogicalWidthForContent() is wrong if the replaced element's block-flow is perpendicular to the
2016 const int cw = isPositioned() ? containingBlockLogicalWidthForPositioned(toRenderBoxModelObject(container())) : containingBlockLogicalWidthForContent();
2132 int cw = containingBlockLogicalWidthForContent();