Searched defs:containingBlockLogicalWidthForContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp1171 int RenderBox::containingBlockLogicalWidthForContent() const function in class:WebCore::RenderBox
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();
H A DRenderBoxModelObject.cpp383 // available width of the containing block. Therefore we don't use containingBlockLogicalWidthForContent() here, but instead explicitly
2206 int RenderBoxModelObject::containingBlockLogicalWidthForContent() const function in class:WebCore::RenderBoxModelObject

Completed in 155 milliseconds