/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkCustomer.cpp | 44 void UINetworkCustomer::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription) argument 46 gNetworkManager->createNetworkRequest(request, type, strDescription, this); 49 void UINetworkCustomer::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription) argument 51 gNetworkManager->createNetworkRequest(requests, type, strDescription, this);
|
H A D | UINetworkManagerIndicator.h | 81 UINetworkRequestData(const QString &strDescription, int iBytesReceived, int iBytesTotal) argument 82 : description(strDescription), bytesReceived(iBytesReceived), bytesTotal(iBytesTotal), failed(false) {}
|
H A D | UIDownloader.h | 83 void setDescription(const QString &strDescription) { m_strDescription = strDescription; } argument
|
H A D | UINetworkManagerIndicator.cpp | 221 const QString &strDescription = data.description; local 226 QString strBodyLine(strBodyItem.arg(strNobreak.arg(strDescription)).arg(strNobreak.arg(strStatus)));
|
H A D | UINetworkRequest.cpp | 38 UINetworkRequest::UINetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, argument 48 , m_strDescription(strDescription) 56 UINetworkRequest::UINetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription, argument 66 , m_strDescription(strDescription)
|
H A D | UINetworkManager.cpp | 80 void UINetworkManager::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription, argument 84 UINetworkRequest *pNetworkRequest = new UINetworkRequest(request, type, strDescription, pCustomer, this); 89 void UINetworkManager::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription, argument 93 UINetworkRequest *pNetworkRequest = new UINetworkRequest(requests, type, strDescription, pCustomer, this);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIShortcutPool.h | 42 UIShortcut(const QString &strDescription, argument 45 : m_strDescription(strDescription) 51 void setDescription(const QString &strDescription);
|
H A D | UIShortcutPool.cpp | 34 void UIShortcut::setDescription(const QString &strDescription) argument 36 m_strDescription = strDescription;
|
/vbox/src/VBox/Main/include/ |
H A D | ExtPackUtil.h | 72 RTCString strDescription; member in struct:VBOXEXTPACKPLUGINDESC 89 RTCString strDescription; member in struct:VBOXEXTPACKDESC
|
H A D | MediumFormatImpl.h | 45 Utf8Str strDescription; member in struct:MediumFormat::Property
|
H A D | ApplianceImplPrivate.h | 178 Utf8Str strDescription; member in struct:Appliance::ImportStack
|
H A D | ovfreader.h | 310 RTCString strDescription; member in class:ovf::VirtualHardwareItem 553 RTCString strDescription; // copy of VirtualSystem/AnnotationSection content, if any member in struct:ovf::VirtualSystem
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsInput.h | 39 const QString &strDescription, 43 , description(strDescription) 38 UIShortcutCacheItem(const QString &strKey, const QString &strDescription, const QString &strCurrentSequence, const QString &strDefaultSequence) argument
|
/vbox/src/VBox/Main/glue/ |
H A D | AutoLock.cpp | 155 com::Utf8Str strDescription; member in struct:util::RWLockHandle::Data 165 m->strDescription = com::Utf8StrFmt("r/w %RCv", this); 273 return m->strDescription.c_str(); 292 com::Utf8Str strDescription; member in struct:util::WriteLockHandle::Data 303 m->strDescription = com::Utf8StrFmt("crit %RCv", this); 354 return m->strDescription.c_str();
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplExport.cpp | 117 Utf8Str strDescription = mUserData->s.strDescription; local 155 strDescription, 156 strDescription); 1289 Utf8Str strDescription; // results in <rasd:Description>...</rasd:Description> block local 1324 strDescription = "Number of virtual CPUs"; 1345 strDescription = "Memory Size"; 1366 strDescription = "IDE Controller"; 1406 strDescription = "SATA Controller"; 1442 strDescription [all...] |
H A D | SnapshotImpl.cpp | 65 Utf8Str strDescription; member in struct:Snapshot::Data 132 m->strDescription = aDescription; 349 aDescription = m->strDescription; 358 if (m->strDescription != aDescription) 360 m->strDescription = aDescription; 748 data.strDescription = m->strDescription; 1333 const Utf8Str &strDescription, 1339 m_strDescription(strDescription), 1328 TakeSnapshotTask(SessionMachine *m, Progress *p, const Utf8Str &t, Snapshot *s, const Utf8Str &strName, const Utf8Str &strDescription, bool fPause, uint32_t uMemSize, bool fTakingSnapshotOnline) argument
|
H A D | MediumImpl.cpp | 124 Utf8Str strDescription; member in struct:Medium::Data 1270 m->strDescription = data.strDescription; 1501 m->strDescription = aDescription; 1629 aDescription = m->strDescription; 4176 data.strDescription = m->strDescription;
|
/vbox/include/VBox/ |
H A D | settings.h | 143 com::Utf8Str strDescription; member in struct:settings::Medium 1176 strDescription; // optional member in struct:settings::Snapshot 1210 && (strDescription == c.strDescription) 1230 com::Utf8Str strDescription; member in struct:settings::MachineUserData
|