Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/history/
DHistoryItem.cpp880 int totalSubItems = 0; in showTreeWithIndent() local
882 totalSubItems += m_children[i]->showTreeWithIndent(indentLevel + 1); in showTreeWithIndent()
883 return totalSubItems + 1; in showTreeWithIndent()