Searched refs:showTreeWithIndent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp857 return showTreeWithIndent(0);
860 int HistoryItem::showTreeWithIndent(unsigned indentLevel) const function in class:WebCore::HistoryItem
871 totalSubItems += m_children[i]->showTreeWithIndent(indentLevel + 1);
H A DHistoryItem.h215 int showTreeWithIndent(unsigned indentLevel) const;

Completed in 178 milliseconds