Home
last modified time | relevance | path

Searched refs:overrideContainingBlockContentLogicalHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp977 …ld->hasOverrideContainingBlockLogicalHeight() ? child->overrideContainingBlockContentLogicalHeight in layoutGridItems()
980 …LayoutUnit overrideContainingBlockContentLogicalHeight = gridAreaBreadthForChild(child, ForRows, s… in layoutGridItems() local
983 … || (oldOverrideContainingBlockContentLogicalHeight != overrideContainingBlockContentLogicalHeight in layoutGridItems()
987 …child->setOverrideContainingBlockContentLogicalHeight(overrideContainingBlockContentLogicalHeight); in layoutGridItems()
1005 if (child->logicalHeight() > overrideContainingBlockContentLogicalHeight in layoutGridItems()
DRenderBox.h359 LayoutUnit overrideContainingBlockContentLogicalHeight() const;
DRenderBox.cpp997 LayoutUnit RenderBox::overrideContainingBlockContentLogicalHeight() const in overrideContainingBlockContentLogicalHeight() function in WebCore::RenderBox
1777 return overrideContainingBlockContentLogicalHeight(); in containingBlockLogicalHeightForContent()
1794 return overrideContainingBlockContentLogicalHeight(); in perpendicularContainingBlockLogicalHeight()
2678 availableHeight = overrideContainingBlockContentLogicalHeight(); in computePercentageLogicalHeight()