Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp181 RenderBlock::removePercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in computeReplacedLogicalHeight()
287 RenderBlock::removePercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in willBeDestroyed()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h125 static void removePercentHeightDescendant(RenderBox*);
DRenderBlock.cpp2838 void RenderBlock::removePercentHeightDescendant(RenderBox* descendant) in removePercentHeightDescendant() function in WebCore::RenderBlock
2897 removePercentHeightDescendant(descendant); in removePercentHeightDescendantIfNeeded()
2911 removePercentHeightDescendant(box); in clearPercentHeightDescendantsFrom()