Searched refs:sorted_children (Results 1 – 1 of 1) sorted by relevance
230 std::vector<WebHistoryItem> sorted_children; in DumpHistoryItem() local232 sorted_children.push_back(children[i]); in DumpHistoryItem()233 std::sort(sorted_children.begin(), sorted_children.end(), in DumpHistoryItem()235 for (size_t i = 0; i < sorted_children.size(); i++) in DumpHistoryItem()236 result += DumpHistoryItem(sorted_children[i], indent+4, false); in DumpHistoryItem()