Searched refs:download (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadWindow.h37 void _DownloadStarted(BWebDownload* download);
38 void _DownloadFinished(BWebDownload* download);
H A DDownloadWindow.cpp200 // We need to intercept mouse down events inside the area of download
248 BWebDownload* download; local
249 if (message->FindPointer("download", reinterpret_cast<void**>(
250 &download)) == B_OK) {
251 _DownloadStarted(download);
257 BWebDownload* download; local
258 if (message->FindPointer("download", reinterpret_cast<void**>(
259 &download)) == B_OK) {
260 _DownloadFinished(download);
363 DownloadWindow::_DownloadStarted(BWebDownload* download) argument
424 _DownloadFinished(BWebDownload* download) argument
[all...]
H A DDownloadProgressView.h29 DownloadProgressView(BWebDownload* download);
H A DDownloadProgressView.cpp181 DownloadProgressView::DownloadProgressView(BWebDownload* download) argument
184 fDownload(download),
185 fURL(download->URL()),
186 fPath(download->Path())
226 fStatusBar = new BStatusBar("download progress", fPath.Leaf());
231 fStatusBar = new BStatusBar("download progress", "Download");
383 // Immediately switch to speed display whenever a new download
415 BAlert* alert = new BAlert(B_TRANSLATE("Open download error"),
416 B_TRANSLATE("The download could not be opened."),
425 // We can't create a download withou
[all...]
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh86 find $OUTPUT/download/ -name '*.hpkg' -exec package extract -C $PACKAGE_ROOT {} \;
91 rm -rf $OUTPUT/Jamfile $OUTPUT/attributes $OUTPUT/build $OUTPUT/build_packages $OUTPUT/download $OUTPUT/objects
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py130 def download(self, irc, msg, args): member in class:Haiku
133 Returns download links.
145 Returns download links.
147 return self.download(irc, msg, args)
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php35 // else you can get it from http://www.tightvnc.com/download-old.php :
36 // wget http://www.tightvnc.com/download/1.3.10/tightvnc-1.3.10_javabin.zip
93 // BAD: let's one download the image

Completed in 53 milliseconds