Home
last modified time | relevance | path

Searched defs:bytesTotal (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DTransferCache.cpp34 TransferJob::TransferJob(qint64 bytesTotal) in TransferJob()
58 void TransferJob::setBytesTotal(qint64 bytesTotal) in setBytesTotal()
87 void TransferCache::addJob(const QString& msgId, qint64 bytesTotal) in addJob()
121 void TransferCache::setJobProgress(const QString &msgId, qint64 bytesSent, qint64 bytesTotal) in setJobProgress()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/j2ssh/
H A DFTProgress.java33 private long bytesTotal; field in FTProgress
54 public void started(final long bytesTotal, final String remoteFile) in started()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/streams/
H A DProgressMonitorInputStream.java34 private long bytesTotal; field in ProgressMonitorInputStream
46 …public ProgressMonitorInputStream(InputStream in, long bytesTotal, int updateIncrement, IProgressM… in ProgressMonitorInputStream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts25 bytesTotal: number; property
101 private bytesTotal = 0; property in TraceHttpStream
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dtrace_stream.ts25 bytesTotal: number; property
101 private bytesTotal = 0; property in TraceHttpStream
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqnetworkreply_hook.h98 void uploadProgress_hook(qint64 bytesSent, qint64 bytesTotal) { in uploadProgress_hook()
104 void downloadProgress_hook(qint64 bytesReceived, qint64 bytesTotal) { in downloadProgress_hook()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqnetworkreply_hook.h98 void uploadProgress_hook(qint64 bytesSent, qint64 bytesTotal) { in uploadProgress_hook()
104 void downloadProgress_hook(qint64 bytesReceived, qint64 bytesTotal) { in downloadProgress_hook()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqnetworkreply_hook.h98 void uploadProgress_hook(qint64 bytesSent, qint64 bytesTotal) { in uploadProgress_hook()
104 void downloadProgress_hook(qint64 bytesReceived, qint64 bytesTotal) { in downloadProgress_hook()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqnetworkreply_hook.h98 void uploadProgress_hook(qint64 bytesSent, qint64 bytesTotal) { in uploadProgress_hook()
104 void downloadProgress_hook(qint64 bytesReceived, qint64 bytesTotal) { in downloadProgress_hook()
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Ddownloaditem.cpp265 void DownloadItem::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) { in downloadProgress()
311 int bytesTotal = m_reply->size(); in speedCheck() local
337 qint64 DownloadItem::bytesTotal() const { in bytesTotal() function in DownloadItem
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/audioClasses/
H A DSoundLoadTrait.as83 override public function get bytesTotal():Number property in org.osmf.elements.audioClasses.SoundLoadTrait
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfiledownloaderdialog.cpp47 void QgsFileDownloaderDialog::onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal ) in onDownloadProgress()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfiledownloaderdialog.cpp47 void QgsFileDownloaderDialog::onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal ) in onDownloadProgress()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/mediawiki/backend/
H A Dmediawiki_job.cpp69 void Job::processUploadProgress(qint64 bytesReceived, qint64 bytesTotal) in processUploadProgress()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DNetworkSignal.h45 void network_progress(qint64 bytesSent, qint64 bytesTotal) { in network_progress()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DNetworkSignal.h45 void network_progress(qint64 bytesSent, qint64 bytesTotal) { in network_progress()
/dports/net/libmediawiki/libmediawiki-5.37.0/src/
H A Djob.cpp71 void Job::processUploadProgress(qint64 bytesReceived, qint64 bytesTotal) in processUploadProgress()
/dports/graphics/lximage-qt/lximage-qt-1.0.0/src/upload/
H A Dupload.cpp32 …connect(mReply, &QNetworkReply::uploadProgress, this, [this](qint64 bytesSent, qint64 bytesTotal) { in Upload()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/btfiletransfer/
H A Dprogress.cpp91 void Progress::uploadProgress(qint64 bytesSent, qint64 bytesTotal) in uploadProgress()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/statusbar/
H A DNetworkProgressBar.cpp48 void NetworkProgressBar::progressChanged( qint64 bytesChanged, qint64 bytesTotal ) in progressChanged()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltypeloadernetworkreplyproxy.cpp58 void QQmlTypeLoaderNetworkReplyProxy::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) in downloadProgress()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltypeloadernetworkreplyproxy.cpp58 void QQmlTypeLoaderNetworkReplyProxy::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) in downloadProgress()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstorageinfo_p.h92 qint64 bytesTotal; variable
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstorageinfo_p.h92 qint64 bytesTotal; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstorageinfo_p.h92 qint64 bytesTotal; variable

12345678910>>...15