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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCaption.cpp36 LayoutUnit RenderTableCaption::containingBlockLogicalWidthForContent() const function in class:blink::RenderTableCaption
H A DRenderBoxModelObject.cpp203 // available width of the containing block. Therefore we don't use containingBlockLogicalWidthForContent() here, but instead explicitly
310 w = containingBlockLogicalWidthForContent();
459 LayoutUnit RenderBoxModelObject::containingBlockLogicalWidthForContent() const function in class:blink::RenderBoxModelObject
H A DRenderBox.cpp1496 LayoutUnit RenderBox::containingBlockLogicalWidthForContent() const function in class:blink::RenderBox
1936 LayoutUnit containerLogicalWidth = std::max<LayoutUnit>(0, containingBlockLogicalWidthForContent());
2244 computeMarginsForDirection(flowDirection, cb, containingBlockLogicalWidthForContent(), computedValues.m_extent, computedValues.m_margins.m_before,
2292 computeMarginsForDirection(flowDirection, cb, containingBlockLogicalWidthForContent(), computedValues.m_extent, computedValues.m_margins.m_before,
2404 availableHeight = containingBlockChild->containingBlockLogicalWidthForContent();
2499 // FIXME: containingBlockLogicalWidthForContent() is wrong if the replaced element's block-flow is perpendicular to the
2502 const LayoutUnit cw = isOutOfFlowPositioned() ? containingBlockLogicalWidthForPositioned(toRenderBoxModelObject(container())) : containingBlockLogicalWidthForContent();
2681 computeMarginsForDirection(BlockDirection, containingBlock, containingBlockLogicalWidthForContent(), logicalHeight(), marginBefore, marginAfter,

Completed in 222 milliseconds