Searched defs:iReceived (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIDownloader.cpp | 76 void UIDownloader::processNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument 79 Q_UNUSED(iReceived);
|
H A D | UINetworkRequestWidget.cpp | 118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) argument 125 m_pProgressBar->setValue(iReceived);
|
H A D | UINetworkManagerIndicator.cpp | 136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 145 data.bytesReceived = iReceived;
|
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 | UINetworkManager.cpp | 174 void UINetworkManager::sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 186 pNetworkCustomer->processNetworkReplyProgress(iReceived, iTotal);
|
Completed in 45 milliseconds