Home
last modified time | relevance | path

Searched defs:IsDownloading (Results 1 – 12 of 12) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/marble/cloudsync/
H A DCloudRouteModel.h33 IsDownloading, enumerator
/dports/databases/grass7/grass-7.8.6/gui/wxpython/core/
H A Dws.py233 def IsDownloading(self): member in RenderWMSMgr
H A Drender.py324 def IsDownloading(self): member in Layer
453 def IsDownloading(self): member in RenderLayerMgr
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DUploadQueue.cpp341 bool CUploadQueue::IsDownloading(const CUpDownClient* client) const in IsDownloading() function in CUploadQueue
H A Dupdownclient.h264 bool IsDownloading() const { return (m_nUploadState == US_UPLOADING); } in IsDownloading() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DUploadQueue.cpp341 bool CUploadQueue::IsDownloading(const CUpDownClient* client) const in IsDownloading() function in CUploadQueue
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DObjectLoadError.cpp80 bool IsDownloading() const in IsDownloading() function in ObjectDownloader
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp108 bool GameManager::IsDownloading(std::string storeZipUrl) { in IsDownloading() function in GameManager
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp108 bool GameManager::IsDownloading(std::string storeZipUrl) { in IsDownloading() function in GameManager
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Util/
H A DGameManager.cpp108 bool GameManager::IsDownloading(std::string storeZipUrl) { in IsDownloading() function in GameManager
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DAddonInstaller.cpp99 bool CAddonInstaller::IsDownloading() const in IsDownloading() function in CAddonInstaller
/dports/ftp/lftp/lftp-4.9.2/src/
H A DTorrent.h512 …bool IsDownloading() const { return HasMetadata() && !IsValidating() && !Complete() && !ShuttingDo… in IsDownloading() function