Searched defs:DownloadItemView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc95 DownloadItemView::DownloadItemView(DownloadItem* download_item, function in class:DownloadItemView
220 DownloadItemView::~DownloadItemView() {
227 void DownloadItemView::UpdateDownloadProgress() {
234 void DownloadItemView::StartDownloadProgress() {
239 &DownloadItemView::UpdateDownloadProgress);
242 void DownloadItemView::StopDownloadProgress() {
246 void DownloadItemView::OnExtractIconComplete(gfx::Image* icon_bitmap) {
255 void DownloadItemView
[all...]
H A Ddownload_item_view.h6 // Each DownloadItemView contains an application icon, a text label
12 // The DownloadItemView lives in the Browser, and has a corresponding
52 class DownloadItemView : public views::ButtonListener, class in inherits:views::ButtonListener,views::View,views::ContextMenuController,content::DownloadItem::Observer,gfx::AnimationDelegate
58 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent);
59 virtual ~DownloadItemView();
303 base::RepeatingTimer<DownloadItemView> progress_timer_;
329 base::WeakPtrFactory<DownloadItemView> weak_ptr_factory_;
342 DISALLOW_COPY_AND_ASSIGN(DownloadItemView);

Completed in 386 milliseconds