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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp515 void UIMessageCenter::cannotOpenURL(const QString &strUrl) const
520 .arg(strUrl));
2131 bool UIMessageCenter::confirmDownloadGuestAdditions(const QString &strUrl, qulonglong uSize) const argument
2136 .arg(strUrl, QLocale(VBoxGlobal::languageId()).toString(uSize)),
2151 bool UIMessageCenter::proposeMountGuestAdditions(const QString &strUrl, const QString &strSrc) const argument
2158 .arg(strUrl, strSrc),

Completed in 55 milliseconds