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/
RenderView.h 67 virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const OVERRIDE;
RenderBox.h 36 enum AvailableLogicalHeightType { ExcludeMarginBorderPadding, IncludeMarginBorderPadding };
416 LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const;
460 virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const;
461 LayoutUnit availableLogicalHeightUsing(const Length&, AvailableLogicalHeightType) const;
    [all...]
RenderView.cpp 128 LayoutUnit RenderView::availableLogicalHeight(AvailableLogicalHeightType heightType) const
    [all...]
RenderBox.cpp     [all...]

Completed in 379 milliseconds