Searched refs:UINetworkRequestType (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkDefs.h | 21 enum UINetworkRequestType enum
|
H A D | UINetworkCustomer.cpp | 44 void UINetworkCustomer::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription) 49 void UINetworkCustomer::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription)
|
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 | UINetworkRequest.h | 59 UINetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, 62 UINetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription, 106 UINetworkRequestType m_type;
|
H A D | UINetworkReply.h | 41 UINetworkReply(const QNetworkRequest &request, UINetworkRequestType requestType);
|
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, 89 void UINetworkManager::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription,
|
H A D | UINetworkRequest.cpp | 38 UINetworkRequest::UINetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, 56 UINetworkRequest::UINetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription,
|
H A D | UINetworkReply.cpp | 709 UINetworkReply::UINetworkReply(const QNetworkRequest &request, UINetworkRequestType requestType)
|
Completed in 91 milliseconds