Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.cpp625 if (HashSet<RenderBox*>* percentHeightDescendants = cell->percentHeightDescendants()) { in setCellWidths() local
626 HashSet<RenderBox*>::iterator end = percentHeightDescendants->end(); in setCellWidths()
627 … for (HashSet<RenderBox*>::iterator it = percentHeightDescendants->begin(); it != end; ++it) { in setCellWidths()
DRenderBlock.h80 HashSet<RenderBox*>* percentHeightDescendants() const;
DRenderBlock.cpp2556 HashSet<RenderBox*>* RenderBlock::percentHeightDescendants() const in percentHeightDescendants() function in WebCore::RenderBlock
/external/webkit/WebCore/
DChangeLog-2009-06-1628464 (WebCore::RenderBlock::percentHeightDescendants): Added this accessor.