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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp128 LayoutUnit RenderView::availableLogicalHeight(AvailableLogicalHeightType heightType) const function in class:blink::RenderView
133 return RenderBlockFlow::availableLogicalHeight(heightType);
H A DRenderBox.cpp1511 return cb->availableLogicalHeight(heightType);
1518 return toRenderBlockFlow(cb)->availableLogicalWidthForLine(logicalTop(), false, availableLogicalHeight(IncludeMarginBorderPadding));
1539 LayoutUnit fillAvailableExtent = containingBlock()->availableLogicalHeight(ExcludeMarginBorderPadding);
2343 return containingBlock()->availableLogicalHeight(ExcludeMarginBorderPadding) - borderAndPadding;
2592 // FIXME: availableLogicalHeight() is wrong if the replaced element's block-flow is perpendicular to the
2628 LayoutUnit RenderBox::availableLogicalHeight(AvailableLogicalHeightType heightType) const function in class:blink::RenderBox

Completed in 105 milliseconds