Searched refs:hasOverrideHeight (Results 1 – 7 of 7) sorted by relevance
656 …LayoutUnit autoHeight = hasOverrideHeight() ? overrideLogicalContentHeight() : computedAutoHeight(… in updateLogicalHeight()
232 bool hasOverrideSize = hasOverrideHeight() || hasOverrideWidth(); in imageDimensionsChanged()
1041 bool RenderBox::hasOverrideHeight() const in hasOverrideHeight() function in WebCore::RenderBox1091 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()
328 bool hasOverrideHeight() const;
180 if (child->hasOverrideHeight()) in contentHeightForChild()
638 bool hasOverrideSize = child->hasOverrideWidth() || child->hasOverrideHeight(); in preferredMainAxisContentExtentForChild()
683 if (cell->hasOverrideHeight()) { in calcRowLogicalHeight()