HomeSort by relevance Sort by last modified time
    Searched defs:download_items_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h 95 OrderedDownloads download_items_; member in class:DownloadsDOMHandler
downloads_dom_handler.cc 100 // errors between the UI and the download_items_ list (we may wish to use
102 OrderedDownloads::iterator it = find(download_items_.begin(),
103 download_items_.end(),
105 if (it == download_items_.end())
107 const int id = static_cast<int>(it - download_items_.begin());
119 &download_items_); local
120 sort(download_items_.begin(), download_items_.end(), DownloadItemSorter());
123 for (OrderedDownloads::iterator it = download_items_.begin();
124 it != download_items_.end(); ++it)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 132 std::vector<DownloadItemGtk*> download_items_; member in class:DownloadShelfGtk

Completed in 365 milliseconds