Home
last modified time | relevance | path

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

/external/webkit/WebCore/history/
DHistoryItem.cpp539 return showTreeWithIndent(0); in showTree()
542 int HistoryItem::showTreeWithIndent(unsigned indentLevel) const in showTreeWithIndent() function in WebCore::HistoryItem
553 totalSubItems += m_subItems[i]->showTreeWithIndent(indentLevel + 1); in showTreeWithIndent()
DHistoryItem.h174 int showTreeWithIndent(unsigned indentLevel) const;
/external/webkit/WebCore/
DChangeLog1105 (WebCore::HistoryItem::showTreeWithIndent):
22509 (WebCore::HistoryItem::showTreeWithIndent): Rewrote to avoid appending to a
DChangeLog-2007-10-1456628 (WebCore::HistoryItem::showTreeWithIndent):