Searched defs:strDescription (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkCustomer.cpp44 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 DUINetworkManagerIndicator.h81 UINetworkRequestData(const QString &strDescription, int iBytesReceived, int iBytesTotal) argument
82 : description(strDescription), bytesReceived(iBytesReceived), bytesTotal(iBytesTotal), failed(false) {}
H A DUIDownloader.h83 void setDescription(const QString &strDescription) { m_strDescription = strDescription; } argument
H A DUINetworkManagerIndicator.cpp221 const QString &strDescription = data.description; local
226 QString strBodyLine(strBodyItem.arg(strNobreak.arg(strDescription)).arg(strNobreak.arg(strStatus)));
H A DUINetworkRequest.cpp38 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 DUINetworkManager.cpp80 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 DUIShortcutPool.h42 UIShortcut(const QString &strDescription, argument
45 : m_strDescription(strDescription)
51 void setDescription(const QString &strDescription);
H A DUIShortcutPool.cpp34 void UIShortcut::setDescription(const QString &strDescription) argument
36 m_strDescription = strDescription;
/vbox/src/VBox/Main/include/
H A DExtPackUtil.h72 RTCString strDescription; member in struct:VBOXEXTPACKPLUGINDESC
89 RTCString strDescription; member in struct:VBOXEXTPACKDESC
H A DMediumFormatImpl.h45 Utf8Str strDescription; member in struct:MediumFormat::Property
H A DApplianceImplPrivate.h178 Utf8Str strDescription; member in struct:Appliance::ImportStack
H A Dovfreader.h310 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 DUIGlobalSettingsInput.h39 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 DAutoLock.cpp155 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 DApplianceImplExport.cpp117 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 DSnapshotImpl.cpp65 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 DMediumImpl.cpp124 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 Dsettings.h143 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

Completed in 171 milliseconds