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

  /external/chromium_org/tools/gn/
target_manager.cc 123 std::vector<const Item*> all_items; local
124 build_settings_->item_tree().GetAllItemsLocked(&all_items);
125 for (size_t i = 0; i < all_items.size(); i++) {
126 const Target* t = all_items[i]->AsTarget();
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 340 content::DownloadManager::DownloadVector all_items, filtered_items; local
341 all_items.push_back(download_item);
344 query.Search(all_items.begin(), all_items.end(), &filtered_items);
509 content::DownloadManager::DownloadVector all_items, filtered_items; local
511 main_notifier_.GetManager()->GetAllDownloads(&all_items);
515 original_notifier_->GetManager()->GetAllDownloads(&all_items);
525 query.Search(all_items.begin(), all_items.end(), &filtered_items);
  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.cc 160 const MenuItem::List* all_items = manager->MenuItems(extension_id); local
161 if (!all_items || all_items->empty())
165 items = GetRelevantExtensionItems(*all_items,
menu_manager.cc 752 MenuItem::List all_items; local
756 (*i)->GetFlattenedSubtree(&all_items);
763 MenuItemsToValue(all_items));
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 298 const ExtensionMenuItem::List* all_items = manager->MenuItems(extension_id); local
299 if (!all_items || all_items->empty())
303 GetRelevantExtensionItems(*all_items, params_, profile_,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 545 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);
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 1398 DownloadManager::DownloadVector all_items; local
    [all...]

Completed in 476 milliseconds