HomeSort by relevance Sort by last modified time
    Searched refs:RemoveAllDescendants (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 161 std::set<MenuItem::Id> MenuItem::RemoveAllDescendants() {
166 std::set<Id> removed = child->RemoveAllDescendants();
481 items_removed = (*j)->RemoveAllDescendants();
493 items_removed = child->RemoveAllDescendants();
529 std::set<MenuItem::Id> removed_ids = item->RemoveAllDescendants();
menu_manager.h 233 std::set<Id> RemoveAllDescendants();

Completed in 46 milliseconds