Searched refs:percentHeightDescendants (Results 1 – 4 of 4) sorted by relevance
625 if (HashSet<RenderBox*>* percentHeightDescendants = cell->percentHeightDescendants()) { in setCellWidths() local626 HashSet<RenderBox*>::iterator end = percentHeightDescendants->end(); in setCellWidths()627 … for (HashSet<RenderBox*>::iterator it = percentHeightDescendants->begin(); it != end; ++it) { in setCellWidths()
80 HashSet<RenderBox*>* percentHeightDescendants() const;
2556 HashSet<RenderBox*>* RenderBlock::percentHeightDescendants() const in percentHeightDescendants() function in WebCore::RenderBlock
28464 (WebCore::RenderBlock::percentHeightDescendants): Added this accessor.