Searched refs:createNetworkRequest (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkCustomer.cpp | 44 void UINetworkCustomer::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription) function in class:UINetworkCustomer 46 gNetworkManager->createNetworkRequest(request, type, strDescription, this); 49 void UINetworkCustomer::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription) function in class:UINetworkCustomer 51 gNetworkManager->createNetworkRequest(requests, type, strDescription, this);
|
H A D | UINetworkCustomer.h | 54 void createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription); 56 void createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription);
|
H A D | UIDownloader.cpp | 50 createNetworkRequest(requests, UINetworkRequestType_HEAD, tr("Looking for %1...").arg(m_strDescription)); 63 createNetworkRequest(request, UINetworkRequestType_GET, tr("Downloading %1...").arg(m_strDescription));
|
H A D | UINetworkManager.h | 72 void createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, 74 void createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription,
|
H A D | UINetworkManager.cpp | 80 void UINetworkManager::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, function in class:UINetworkManager 89 void UINetworkManager::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription, function in class:UINetworkManager
|
H A D | UIUpdateManager.cpp | 195 createNetworkRequest(request, UINetworkRequestType_GET_Our, tr("Checking for a new VirtualBox version..."));
|
Completed in 3997 milliseconds