Searched refs:containingBlockLogicalWidthForContent (Results 1 - 8 of 8) 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 DRenderTableCaption.h33 virtual LayoutUnit containingBlockLogicalWidthForContent() const OVERRIDE;
H A DRenderBoxModelObject.h154 virtual LayoutUnit containingBlockLogicalWidthForContent() const;
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,
H A DRenderBox.h415 virtual LayoutUnit containingBlockLogicalWidthForContent() const OVERRIDE;
H A DRenderTable.cpp262 LayoutUnit availableLogicalWidth = containingBlockLogicalWidthForContent() + (isOutOfFlowPositioned() ? cb->paddingLogicalWidth() : LayoutUnit(0));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp625 toRenderBox(renderer)->containingBlockLogicalWidthForContent() :
2044 value = minimumValueForLength(marginRight, toRenderBox(renderer)->containingBlockLogicalWidthForContent()).toFloat();

Completed in 2097 milliseconds