Searched defs:all_items (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc196 const MenuItem::List* all_items = manager->MenuItems(extension_key); local
197 if (!all_items || all_items->empty())
201 *items = GetRelevantExtensionItems(*all_items, *can_cross_incognito);
H A Dmenu_manager.cc790 MenuItem::List all_items; local
795 (*i)->GetFlattenedSubtree(&all_items);
801 MenuItemsToValue(all_items));
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc329 content::DownloadManager::DownloadVector all_items, filtered_items; local
330 all_items.push_back(download_item);
333 query.Search(all_items.begin(), all_items.end(), &filtered_items);
500 content::DownloadManager::DownloadVector all_items, filtered_items; local
502 main_notifier_.GetManager()->GetAllDownloads(&all_items);
506 original_notifier_->GetManager()->GetAllDownloads(&all_items);
516 query.Search(all_items.begin(), all_items.end(), &filtered_items);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc545 DownloadQuery::DownloadVector all_items; local
551 all_items.push_back(download_item);
553 manager->GetAllDownloads(&all_items);
555 incognito_manager->GetAllDownloads(&all_items);
558 query_out.Search(all_items.begin(), all_items.end(), results);

Completed in 125 milliseconds