Searched refs:DownloadProgressView (Results 1 – 4 of 4) sorted by relevance
69 DownloadProgressView::SpeedVersusEstimatedFinishTogglePulse(); in Pulse()211 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in DispatchMessage()333 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in DownloadsInProgress()372 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _DownloadStarted()389 DownloadProgressView* view = new DownloadProgressView(download); in _DownloadStarted()430 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _DownloadFinished()457 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _RemoveFinishedDownloads()479 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _RemoveMissingDownloads()502 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _ValidateButtonStatus()525 DownloadProgressView* view = dynamic_cast<DownloadProgressView*>( in _SaveSettings()[all …]
58 bigtime_t DownloadProgressView::sLastEstimatedFinishSpeedToggleTime = -1;59 bool DownloadProgressView::sShowSpeed = true;181 DownloadProgressView::DownloadProgressView(BWebDownload* download) in DownloadProgressView() function in DownloadProgressView191 DownloadProgressView::DownloadProgressView(const BMessage* archive) in DownloadProgressView() function in DownloadProgressView207 DownloadProgressView::Init(BMessage* archive) in Init()304 DownloadProgressView::SaveSettings(BMessage* archive) in SaveSettings()320 DownloadProgressView::AttachedToWindow() in AttachedToWindow()338 DownloadProgressView::DetachedFromWindow() in DetachedFromWindow()345 DownloadProgressView::AllAttached() in AllAttached()361 DownloadProgressView::Draw(BRect updateRect) in Draw()[all …]
27 class DownloadProgressView : public BGroupView {29 DownloadProgressView(BWebDownload* download);30 DownloadProgressView(const BMessage* archive);
36 DownloadProgressView.cpp