Searched defs:item_location (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc570 MenuItem::List::const_iterator item_location; local
571 for (item_location = list->begin(); item_location != list->end();
572 ++item_location) {
573 if (*item_location == item)
576 if (item_location == list->end()) {
583 if (item_location != list->begin()) {
584 i = item_location;
594 for (i = item_location + 1; i != list->end(); ++i) {

Completed in 234 milliseconds