Searched defs:iReceived (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloader.cpp76 void UIDownloader::processNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument
79 Q_UNUSED(iReceived);
H A DUINetworkRequestWidget.cpp118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) argument
125 m_pProgressBar->setValue(iReceived);
H A DUINetworkManagerIndicator.cpp136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument
145 data.bytesReceived = iReceived;
H A DUINetworkRequest.cpp89 void UINetworkRequest::sltHandleNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument
92 emit sigProgress(m_uuid, iReceived, iTotal);
94 emit sigProgress(iReceived, iTotal);
H A DUINetworkManager.cpp174 void UINetworkManager::sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument
186 pNetworkCustomer->processNetworkReplyProgress(iReceived, iTotal);

Completed in 44 milliseconds