Home
last modified time | relevance | path

Searched refs:hasOverrideHeight (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.cpp656 …LayoutUnit autoHeight = hasOverrideHeight() ? overrideLogicalContentHeight() : computedAutoHeight(… in updateLogicalHeight()
DRenderImage.cpp232 bool hasOverrideSize = hasOverrideHeight() || hasOverrideWidth(); in imageDimensionsChanged()
DRenderBox.cpp1041 bool RenderBox::hasOverrideHeight() const in hasOverrideHeight() function in WebCore::RenderBox
1091 ASSERT(hasOverrideHeight()); in overrideLogicalContentHeight()
1889 if (cb->hasOverrideHeight()) in perpendicularContainingBlockLogicalHeight()
2724 if (hasOverrideHeight() && parent()->isFlexibleBoxIncludingDeprecated()) in computeLogicalHeight()
2886 if (!cb->hasOverrideHeight()) { in computePercentageLogicalHeight()
3104 if (hasOverrideHeight()) in availableLogicalHeightUsing()
DRenderBox.h328 bool hasOverrideHeight() const;
DRenderDeprecatedFlexibleBox.cpp180 if (child->hasOverrideHeight()) in contentHeightForChild()
DRenderFlexibleBox.cpp638 bool hasOverrideSize = child->hasOverrideWidth() || child->hasOverrideHeight(); in preferredMainAxisContentExtentForChild()
DRenderTableSection.cpp683 if (cell->hasOverrideHeight()) { in calcRowLogicalHeight()