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

  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 325 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/
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 762 MenuItem::List all_items; local
766 (*i)->GetFlattenedSubtree(&all_items);
772 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 546 DownloadQuery::DownloadVector all_items; local
552 all_items.push_back(download_item);
554 manager->GetAllDownloads(&all_items);
556 incognito_manager->GetAllDownloads(&all_items);
559 query_out.Search(all_items.begin(), all_items.end(), results);
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 1391 DownloadManager::DownloadVector all_items; local
    [all...]

Completed in 5717 milliseconds