Searched refs:DownloadProgressView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadProgressView.h27 class DownloadProgressView : public BGroupView { class in inherits:BGroupView
29 DownloadProgressView(BWebDownload* download);
30 DownloadProgressView(const BMessage* archive);
H A DDownloadWindow.cpp32 #include "DownloadProgressView.h"
69 DownloadProgressView::SpeedVersusEstimatedFinishTogglePulse();
211 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>(
333 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>(
372 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>(
389 DownloadProgressView* view = new DownloadProgressView(downloa
[all...]
H A DDownloadProgressView.cpp7 #include "DownloadProgressView.h"
58 bigtime_t DownloadProgressView::sLastEstimatedFinishSpeedToggleTime = -1;
59 bool DownloadProgressView::sShowSpeed = true;
178 // #pragma mark - DownloadProgressView
181 DownloadProgressView::DownloadProgressView(BWebDownload* download) function in class:DownloadProgressView
191 DownloadProgressView::DownloadProgressView(const BMessage* archive) function in class:DownloadProgressView
207 DownloadProgressView::Init(BMessage* archive)
304 DownloadProgressView
[all...]

Completed in 38 milliseconds