Home
last modified time | relevance | path

Searched refs:addPercentHeightDescendant (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp178 cb->addPercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in computeReplacedLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h124 void addPercentHeightDescendant(RenderBox*);
DRenderBox.cpp2866 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()
DRenderBlock.cpp2833 void RenderBlock::addPercentHeightDescendant(RenderBox* descendant) in addPercentHeightDescendant() function in WebCore::RenderBlock