HomeSort by relevance Sort by last modified time
    Searched refs:AvailableLogicalHeightType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 38 enum AvailableLogicalHeightType { ExcludeMarginBorderPadding, IncludeMarginBorderPadding };
395 LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const;
440 virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const;
441 LayoutUnit availableLogicalHeightUsing(const Length&, AvailableLogicalHeightType) const;
    [all...]
RenderView.h 63 virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const OVERRIDE;
RenderView.cpp 106 LayoutUnit RenderView::availableLogicalHeight(AvailableLogicalHeightType heightType) const
    [all...]
RenderBox.cpp     [all...]

Completed in 52 milliseconds