Searched refs:iReceived (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkRequest.h | 44 void sigProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal); 51 void sigProgress(qint64 iReceived, qint64 iTotal); 76 void sltHandleNetworkReplyProgress(qint64 iReceived, qint64 iTotal);
|
H A D | UINetworkCustomer.h | 45 virtual void processNetworkReplyProgress(qint64 iReceived, qint64 iTotal) = 0;
|
H A D | UIDownloader.cpp | 76 void UIDownloader::processNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument 79 Q_UNUSED(iReceived);
|
H A D | UINetworkRequestWidget.h | 56 void sltSetProgress(qint64 iReceived, qint64 iTotal);
|
H A D | UINetworkRequest.cpp | 89 void UINetworkRequest::sltHandleNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument 92 emit sigProgress(m_uuid, iReceived, iTotal); 94 emit sigProgress(iReceived, iTotal);
|
H A D | UIDownloader.h | 91 void processNetworkReplyProgress(qint64 iReceived, qint64 iTotal);
|
H A D | UINetworkManager.h | 97 void sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal);
|
H A D | UINetworkManagerIndicator.h | 73 void sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal);
|
H A D | UINetworkManager.cpp | 174 void UINetworkManager::sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 186 pNetworkCustomer->processNetworkReplyProgress(iReceived, iTotal);
|
H A D | UINetworkManagerIndicator.cpp | 136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 145 data.bytesReceived = iReceived;
|
H A D | UINetworkRequestWidget.cpp | 118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) argument 125 m_pProgressBar->setValue(iReceived);
|
Completed in 61 milliseconds