Searched refs:showTreeWithIndent (Results 1 – 4 of 4) sorted by relevance
539 return showTreeWithIndent(0); in showTree()542 int HistoryItem::showTreeWithIndent(unsigned indentLevel) const in showTreeWithIndent() function in WebCore::HistoryItem553 totalSubItems += m_subItems[i]->showTreeWithIndent(indentLevel + 1); in showTreeWithIndent()
174 int showTreeWithIndent(unsigned indentLevel) const;
1105 (WebCore::HistoryItem::showTreeWithIndent):22509 (WebCore::HistoryItem::showTreeWithIndent): Rewrote to avoid appending to a
56628 (WebCore::HistoryItem::showTreeWithIndent):