Searched refs:containingBlockLogicalHeightForContent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h416 LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const;
H A DRenderBox.cpp1505 LayoutUnit RenderBox::containingBlockLogicalHeightForContent(AvailableLogicalHeightType heightType) const function in class:blink::RenderBox
2599 availableHeight = containingBlockLogicalHeightForContent(IncludeMarginBorderPadding);
2669 LayoutUnit availableHeight = containingBlockLogicalHeightForContent(heightType);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp626 toRenderBox(renderer)->containingBlockLogicalHeightForContent(ExcludeMarginBorderPadding);

Completed in 572 milliseconds