Searched refs:addPercentHeightDescendant (Results 1 – 4 of 4) sorted by relevance
178 cb->addPercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in computeReplacedLogicalHeight()
124 void addPercentHeightDescendant(RenderBox*);
2866 cb->addPercentHeightDescendant(const_cast<RenderBox*>(this)); in computePercentageLogicalHeight()3034 toRenderBlock(cb)->addPercentHeightDescendant(const_cast<RenderBox*>(this)); in computeReplacedLogicalHeightUsing()3069 toRenderBlock(cb)->addPercentHeightDescendant(const_cast<RenderBox*>(this)); in computeReplacedLogicalHeightUsing()
2833 void RenderBlock::addPercentHeightDescendant(RenderBox* descendant) in addPercentHeightDescendant() function in WebCore::RenderBlock