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

  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 256 get_download()->AddObserver(this);
344 get_download()->RemoveObserver(this);
360 DCHECK_EQ(download, get_download());
409 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_);
415 get_download()->is_paused() ?
489 DownloadItem* DownloadItemGtk::get_download() { function in class:DownloadItemGtk
494 return get_download()->safety_state() == DownloadItem::DANGEROUS;
529 DownloadItemDrag::SetSource(body_.get(), get_download(), icon_large_);
535 icon_filepath_ = get_download()->GetUserVerifiedFilePath();
546 get_download()->GetFileNameToReportUser()
    [all...]
download_item_gtk.h 70 DownloadItem* get_download();
download_shelf_gtk.cc 206 DownloadItem* download = download_items_[i]->get_download();
298 if (!(*iter)->get_download()->opened())

Completed in 38 milliseconds