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

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc116 // DownloadItemView ------------------------------------------------------------
118 DownloadItemView::DownloadItemView(DownloadItem* download, function in class:DownloadItemView
333 DownloadItemView::~DownloadItemView() {
346 void DownloadItemView::UpdateDownloadProgress() {
353 void DownloadItemView::StartDownloadProgress() {
358 &DownloadItemView::UpdateDownloadProgress);
361 void DownloadItemView::StopDownloadProgress() {
365 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
54 class DownloadItemView : public views::ButtonListener, class in inherits:views::ButtonListener,views::View,DownloadItem::Observer,ui::AnimationDelegate
59 DownloadItemView(DownloadItem* download,
62 virtual ~DownloadItemView();
253 base::RepeatingTimer<DownloadItemView> progress_timer_;
276 ScopedRunnableMethodFactory<DownloadItemView> reenable_method_factory_;
289 DISALLOW_COPY_AND_ASSIGN(DownloadItemView);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc90 DownloadItemView::DownloadItemView(DownloadItem* download_item, function in class:DownloadItemView
214 DownloadItemView::~DownloadItemView() {
221 void DownloadItemView::UpdateDownloadProgress() {
228 void DownloadItemView::StartDownloadProgress() {
233 &DownloadItemView::UpdateDownloadProgress);
236 void DownloadItemView::StopDownloadProgress() {
240 void DownloadItemView::OnExtractIconComplete(gfx::Image* icon_bitmap) {
249 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
55 class DownloadItemView : public views::ButtonListener, class in inherits:views::ButtonListener,views::View,views::ContextMenuController,content::DownloadItem::Observer,ui::AnimationDelegate
61 DownloadItemView(content::DownloadItem* download,
63 virtual ~DownloadItemView();
300 base::RepeatingTimer<DownloadItemView> progress_timer_;
323 base::WeakPtrFactory<DownloadItemView> weak_ptr_factory_;
336 DISALLOW_COPY_AND_ASSIGN(DownloadItemView);

Completed in 97 milliseconds