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

/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc160 const MenuItem::List* all_items = manager->MenuItems(extension_key); local
161 if (!all_items || all_items->empty())
165 items = GetRelevantExtensionItems(*all_items,
H A Dmenu_manager.cc787 MenuItem::List all_items; local
792 (*i)->GetFlattenedSubtree(&all_items);
798 MenuItemsToValue(all_items));
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc325 content::DownloadManager::DownloadVector all_items, filtered_items; local
326 all_items.push_back(download_item);
329 query.Search(all_items.begin(), all_items.end(), &filtered_items);
496 content::DownloadManager::DownloadVector all_items, filtered_items; local
498 main_notifier_.GetManager()->GetAllDownloads(&all_items);
502 original_notifier_->GetManager()->GetAllDownloads(&all_items);
512 query.Search(all_items.begin(), all_items.end(), &filtered_items);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc543 DownloadQuery::DownloadVector all_items; local
549 all_items.push_back(download_item);
551 manager->GetAllDownloads(&all_items);
553 incognito_manager->GetAllDownloads(&all_items);
556 query_out.Search(all_items.begin(), all_items.end(), results);

Completed in 188 milliseconds